I have an image that has alpha channel transparency, something like the image below.
I want to recreate the same background color with rgba values in CSS but I can not find the real color of the background pixels and their alpha channel value. if I use any sort of color picker it will give me the absolute value of the pixel color which is relevant to its background color.
do you know any trick to find out the real alpha channel value of a pixel?