AARRGGBB Color Codes

by Ramya 2012-10-17 19:02:38

AARRGGBB Color Codes:

It represents as,
AA -> Alpha(ie,.Opacity)
RR -> Red
GG -> Green
BB -> Blue


In some situations like, if you are using gradient effect in css3, it won't affect in IE. In that case you need to use this AARRGGBB code like,

filter: progidVery Happy
XImageTransform.Microsoft.gradient(startColorstr=#FF56AC3D,endColorstr=#FF56AC3D);


Here FF is appended as alpha value for opacity..........
2146
like
0
dislike
0
mail
flag

You must LOGIN to add comments