Shades of Biloba Flower #A990EC
Tints of Biloba Flower #A990EC
RGB
CMYK
RGB Variations
Color information
#A990EC (or 0xA990EC) is known color: Biloba Flower. HEX triplet: A9, 90 and EC. RGB value is (169,144,236). Sum of RGB (Red+Green+Blue) = 169+144+236=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #A990EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990EC is #566F13. Grayscale: #A1A1A1. Windows color (decimal): -5664532 or 15503529. OLE color: 15503529.
HSL color Cylindrical-coordinate representation of color #A990EC: hue angle of 256.3º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A990EC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 144 | 236 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.07 |
| HSL | 256.3º | 0.71% | 0.75% | - |
| HSV(B) | 256.3º | 0.39% | 0.93% | - |
| XYZ | 41.48 | 34.44 | 83.82 | - |
| YUV | 161.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 236 | 0.28 | 0.39 | 0 | 0.07 | 256.3 | 0.71 | 0.75 |
| Hex | A9 | 90 | EC | 1C | 27 | 0 | 7 | 100 | 47 | 4B |
| Octal | 251 | 220 | 354 | 34 | 47 | 0 | 7 | 400 | 107 | 113 |
| Binary | 10101001 | 10010000 | 11101100 | 11100 | 100111 | 0 | 111 | 100000000 | 1000111 | 1001011 |
Color Harmonies of #A990EC
Complementary color
Monochromatic Colors of #A990EC
Black with #A990EC
Text Example
Text Example
White with #A990EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990EC; }
p { color: rgb(169,144,236); }
H1.HeaderClassName
{
color: #A990EC;
}
.AnyTagClassName
{
color: #A990EC;
}
</style>
background-color css
<style>
a { background-color: #A990EC; }
a { background-color: rgb(169,144,236); }
div.DivClassName
{
background-color: #A990EC;
}
.BgClassName
{
background-color: #A990EC;
}
</style>
border-color css
<style>
span { border-color: #A990EC; }
span { border-color: rgb(169,144,236); }
td.TdClassName
{
border-color: #A990EC;
}
.TagClassName
{
border-color: #A990EC;
}
</style>