Shades of Biloba Flower #A991E6
Tints of Biloba Flower #A991E6
RGB
CMYK
RGB Variations
Color information
#A991E6 (or 0xA991E6) is known color: Biloba Flower. HEX triplet: A9, 91 and E6. RGB value is (169,145,230). Sum of RGB (Red+Green+Blue) = 169+145+230=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #A991E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991E6 is #566E19. Grayscale: #A1A1A1. Windows color (decimal): -5664282 or 15110569. OLE color: 15110569.
HSL color Cylindrical-coordinate representation of color #A991E6: hue angle of 256.94º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A991E6 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 145 | 230 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.10 |
| HSL | 256.94º | 0.63% | 0.74% | - |
| HSV(B) | 256.94º | 0.37% | 0.9% | - |
| XYZ | 40.77 | 34.4 | 79.35 | - |
| YUV | 161.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 230 | 0.27 | 0.37 | 0 | 0.10 | 256.94 | 0.63 | 0.74 |
| Hex | A9 | 91 | E6 | 1B | 25 | 0 | A | 101 | 3F | 4A |
| Octal | 251 | 221 | 346 | 33 | 45 | 0 | 12 | 401 | 77 | 112 |
| Binary | 10101001 | 10010001 | 11100110 | 11011 | 100101 | 0 | 1010 | 100000001 | 111111 | 1001010 |
Color Harmonies of #A991E6
Complementary color
Monochromatic Colors of #A991E6
Black with #A991E6
Text Example
Text Example
White with #A991E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991E6; }
p { color: rgb(169,145,230); }
H1.HeaderClassName
{
color: #A991E6;
}
.AnyTagClassName
{
color: #A991E6;
}
</style>
background-color css
<style>
a { background-color: #A991E6; }
a { background-color: rgb(169,145,230); }
div.DivClassName
{
background-color: #A991E6;
}
.BgClassName
{
background-color: #A991E6;
}
</style>
border-color css
<style>
span { border-color: #A991E6; }
span { border-color: rgb(169,145,230); }
td.TdClassName
{
border-color: #A991E6;
}
.TagClassName
{
border-color: #A991E6;
}
</style>