I'm trying to understand why 88 or 8 for alpha in a hex color outputs a color that's 50% transparent?
for example, #33AA3388 or #3a38 outputs a 50% transparent green color.
I know in the base-16 hexadecimal number system the decimal value 8 translates to the hex value 8. Does this have to do with it?
I would appreciate a simple answer. Thanks.