Shades of Biloba Flower #A99AC0
Tints of Biloba Flower #A99AC0
RGB
CMYK
RGB Variations
Color information
#A99AC0 (or 0xA99AC0) is known color: Biloba Flower. HEX triplet: A9, 9A and C0. RGB value is (169,154,192). Sum of RGB (Red+Green+Blue) = 169+154+192=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #A99AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AC0 is #56653F. Grayscale: #A2A2A2. Windows color (decimal): -5662016 or 12622505. OLE color: 12622505.
HSL color Cylindrical-coordinate representation of color #A99AC0: hue angle of 263.68º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A99AC0 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 154 | 192 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.25 |
| HSL | 263.68º | 0.23% | 0.68% | - |
| HSV(B) | 263.68º | 0.2% | 0.75% | - |
| XYZ | 37.43 | 35.35 | 54.72 | - |
| YUV | 162.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 192 | 0.12 | 0.20 | 0 | 0.25 | 263.68 | 0.23 | 0.68 |
| Hex | A9 | 9A | C0 | C | 14 | 0 | 19 | 108 | 17 | 44 |
| Octal | 251 | 232 | 300 | 14 | 24 | 0 | 31 | 410 | 27 | 104 |
| Binary | 10101001 | 10011010 | 11000000 | 1100 | 10100 | 0 | 11001 | 100001000 | 10111 | 1000100 |
Color Harmonies of #A99AC0
Complementary color
Monochromatic Colors of #A99AC0
Black with #A99AC0
Text Example
Text Example
White with #A99AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99AC0; }
p { color: rgb(169,154,192); }
H1.HeaderClassName
{
color: #A99AC0;
}
.AnyTagClassName
{
color: #A99AC0;
}
</style>
background-color css
<style>
a { background-color: #A99AC0; }
a { background-color: rgb(169,154,192); }
div.DivClassName
{
background-color: #A99AC0;
}
.BgClassName
{
background-color: #A99AC0;
}
</style>
border-color css
<style>
span { border-color: #A99AC0; }
span { border-color: rgb(169,154,192); }
td.TdClassName
{
border-color: #A99AC0;
}
.TagClassName
{
border-color: #A99AC0;
}
</style>