How to add Alpha channel in colors in HTML, i.e. what's the code for RGBA color? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add Alpha channel in colors in HTML, i.e. what's the code for RGBA color?

5th Nov 2016, 4:15 AM
Yash Pal Goyal
Yash Pal Goyal - avatar
4 Answers
+ 3
background: rgba(100, 100, 100, 0.5) last param is the alpha
5th Nov 2016, 5:54 AM
Nicolas Dussault-Pilon
Nicolas Dussault-Pilon - avatar
+ 2
RGB is 0 to 255, A is 0 to 1
5th Nov 2016, 3:20 PM
Nicolas Dussault-Pilon
Nicolas Dussault-Pilon - avatar
+ 1
oh so there's no format like #rrggbbaa?? and Nicolas dassault pilon, these values are in numerics and not hexadecimal??
5th Nov 2016, 7:03 AM
Yash Pal Goyal
Yash Pal Goyal - avatar
18th May 2017, 5:14 AM
Calviղ
Calviղ - avatar