Shades of Biloba Flower #A899C2
Tints of Biloba Flower #A899C2
RGB
CMYK
RGB Variations
Color information
#A899C2 (or 0xA899C2) is known color: Biloba Flower. HEX triplet: A8, 99 and C2. RGB value is (168,153,194). Sum of RGB (Red+Green+Blue) = 168+153+194=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #A899C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899C2 is #57663D. Grayscale: #A2A2A2. Windows color (decimal): -5727806 or 12753320. OLE color: 12753320.
HSL color Cylindrical-coordinate representation of color #A899C2: hue angle of 261.95º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A899C2 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 153 | 194 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.24 |
| HSL | 261.95º | 0.25% | 0.68% | - |
| HSV(B) | 261.95º | 0.21% | 0.76% | - |
| XYZ | 37.28 | 35 | 55.83 | - |
| YUV | 162.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 194 | 0.13 | 0.21 | 0 | 0.24 | 261.95 | 0.25 | 0.68 |
| Hex | A8 | 99 | C2 | D | 15 | 0 | 18 | 106 | 19 | 44 |
| Octal | 250 | 231 | 302 | 15 | 25 | 0 | 30 | 406 | 31 | 104 |
| Binary | 10101000 | 10011001 | 11000010 | 1101 | 10101 | 0 | 11000 | 100000110 | 11001 | 1000100 |
Color Harmonies of #A899C2
Complementary color
Monochromatic Colors of #A899C2
Black with #A899C2
Text Example
Text Example
White with #A899C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899C2; }
p { color: rgb(168,153,194); }
H1.HeaderClassName
{
color: #A899C2;
}
.AnyTagClassName
{
color: #A899C2;
}
</style>
background-color css
<style>
a { background-color: #A899C2; }
a { background-color: rgb(168,153,194); }
div.DivClassName
{
background-color: #A899C2;
}
.BgClassName
{
background-color: #A899C2;
}
</style>
border-color css
<style>
span { border-color: #A899C2; }
span { border-color: rgb(168,153,194); }
td.TdClassName
{
border-color: #A899C2;
}
.TagClassName
{
border-color: #A899C2;
}
</style>