Shades of Biloba Flower #A899C8
Tints of Biloba Flower #A899C8
RGB
CMYK
RGB Variations
Color information
#A899C8 (or 0xA899C8) is known color: Biloba Flower. HEX triplet: A8, 99 and C8. RGB value is (168,153,200). Sum of RGB (Red+Green+Blue) = 168+153+200=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #A899C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899C8 is #576637. Grayscale: #A2A2A2. Windows color (decimal): -5727800 or 13146536. OLE color: 13146536.
HSL color Cylindrical-coordinate representation of color #A899C8: hue angle of 259.15º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A899C8 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 153 | 200 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.22 |
| HSL | 259.15º | 0.3% | 0.69% | - |
| HSV(B) | 259.15º | 0.24% | 0.78% | - |
| XYZ | 37.97 | 35.28 | 59.45 | - |
| YUV | 162.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 200 | 0.16 | 0.24 | 0 | 0.22 | 259.15 | 0.3 | 0.69 |
| Hex | A8 | 99 | C8 | 10 | 18 | 0 | 16 | 103 | 1E | 45 |
| Octal | 250 | 231 | 310 | 20 | 30 | 0 | 26 | 403 | 36 | 105 |
| Binary | 10101000 | 10011001 | 11001000 | 10000 | 11000 | 0 | 10110 | 100000011 | 11110 | 1000101 |
Color Harmonies of #A899C8
Complementary color
Monochromatic Colors of #A899C8
Black with #A899C8
Text Example
Text Example
White with #A899C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899C8; }
p { color: rgb(168,153,200); }
H1.HeaderClassName
{
color: #A899C8;
}
.AnyTagClassName
{
color: #A899C8;
}
</style>
background-color css
<style>
a { background-color: #A899C8; }
a { background-color: rgb(168,153,200); }
div.DivClassName
{
background-color: #A899C8;
}
.BgClassName
{
background-color: #A899C8;
}
</style>
border-color css
<style>
span { border-color: #A899C8; }
span { border-color: rgb(168,153,200); }
td.TdClassName
{
border-color: #A899C8;
}
.TagClassName
{
border-color: #A899C8;
}
</style>