Shades of Biloba Flower #A99EC0
Tints of Biloba Flower #A99EC0
RGB
CMYK
RGB Variations
Color information
#A99EC0 (or 0xA99EC0) is known color: Biloba Flower. HEX triplet: A9, 9E and C0. RGB value is (169,158,192). Sum of RGB (Red+Green+Blue) = 169+158+192=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #A99EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EC0 is #56613F. Grayscale: #A5A5A5. Windows color (decimal): -5660992 or 12623529. OLE color: 12623529.
HSL color Cylindrical-coordinate representation of color #A99EC0: hue angle of 259.41º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A99EC0 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 158 | 192 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.25 |
| HSL | 259.41º | 0.21% | 0.69% | - |
| HSV(B) | 259.41º | 0.18% | 0.75% | - |
| XYZ | 38.1 | 36.69 | 54.94 | - |
| YUV | 165.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 192 | 0.12 | 0.18 | 0 | 0.25 | 259.41 | 0.21 | 0.69 |
| Hex | A9 | 9E | C0 | C | 12 | 0 | 19 | 103 | 15 | 45 |
| Octal | 251 | 236 | 300 | 14 | 22 | 0 | 31 | 403 | 25 | 105 |
| Binary | 10101001 | 10011110 | 11000000 | 1100 | 10010 | 0 | 11001 | 100000011 | 10101 | 1000101 |
Color Harmonies of #A99EC0
Complementary color
Monochromatic Colors of #A99EC0
Black with #A99EC0
Text Example
Text Example
White with #A99EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99EC0; }
p { color: rgb(169,158,192); }
H1.HeaderClassName
{
color: #A99EC0;
}
.AnyTagClassName
{
color: #A99EC0;
}
</style>
background-color css
<style>
a { background-color: #A99EC0; }
a { background-color: rgb(169,158,192); }
div.DivClassName
{
background-color: #A99EC0;
}
.BgClassName
{
background-color: #A99EC0;
}
</style>
border-color css
<style>
span { border-color: #A99EC0; }
span { border-color: rgb(169,158,192); }
td.TdClassName
{
border-color: #A99EC0;
}
.TagClassName
{
border-color: #A99EC0;
}
</style>