Shades of Biloba Flower #A99BC2
Tints of Biloba Flower #A99BC2
RGB
CMYK
RGB Variations
Color information
#A99BC2 (or 0xA99BC2) is known color: Biloba Flower. HEX triplet: A9, 9B and C2. RGB value is (169,155,194). Sum of RGB (Red+Green+Blue) = 169+155+194=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #A99BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BC2 is #56643D. Grayscale: #A3A3A3. Windows color (decimal): -5661758 or 12753833. OLE color: 12753833.
HSL color Cylindrical-coordinate representation of color #A99BC2: hue angle of 261.54º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A99BC2 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 155 | 194 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.24 |
| HSL | 261.54º | 0.24% | 0.68% | - |
| HSV(B) | 261.54º | 0.2% | 0.76% | - |
| XYZ | 37.82 | 35.77 | 55.95 | - |
| YUV | 163.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 194 | 0.13 | 0.20 | 0 | 0.24 | 261.54 | 0.24 | 0.68 |
| Hex | A9 | 9B | C2 | D | 14 | 0 | 18 | 106 | 18 | 44 |
| Octal | 251 | 233 | 302 | 15 | 24 | 0 | 30 | 406 | 30 | 104 |
| Binary | 10101001 | 10011011 | 11000010 | 1101 | 10100 | 0 | 11000 | 100000110 | 11000 | 1000100 |
Color Harmonies of #A99BC2
Complementary color
Monochromatic Colors of #A99BC2
Black with #A99BC2
Text Example
Text Example
White with #A99BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BC2; }
p { color: rgb(169,155,194); }
H1.HeaderClassName
{
color: #A99BC2;
}
.AnyTagClassName
{
color: #A99BC2;
}
</style>
background-color css
<style>
a { background-color: #A99BC2; }
a { background-color: rgb(169,155,194); }
div.DivClassName
{
background-color: #A99BC2;
}
.BgClassName
{
background-color: #A99BC2;
}
</style>
border-color css
<style>
span { border-color: #A99BC2; }
span { border-color: rgb(169,155,194); }
td.TdClassName
{
border-color: #A99BC2;
}
.TagClassName
{
border-color: #A99BC2;
}
</style>