Shades of Biloba Flower #A89AC8
Tints of Biloba Flower #A89AC8
RGB
CMYK
RGB Variations
Color information
#A89AC8 (or 0xA89AC8) is known color: Biloba Flower. HEX triplet: A8, 9A and C8. RGB value is (168,154,200). Sum of RGB (Red+Green+Blue) = 168+154+200=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #A89AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AC8 is #576537. Grayscale: #A3A3A3. Windows color (decimal): -5727544 or 13146792. OLE color: 13146792.
HSL color Cylindrical-coordinate representation of color #A89AC8: hue angle of 258.26º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A89AC8 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 154 | 200 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.22 |
| HSL | 258.26º | 0.29% | 0.69% | - |
| HSV(B) | 258.26º | 0.23% | 0.78% | - |
| XYZ | 38.13 | 35.61 | 59.51 | - |
| YUV | 163.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 200 | 0.16 | 0.23 | 0 | 0.22 | 258.26 | 0.29 | 0.69 |
| Hex | A8 | 9A | C8 | 10 | 17 | 0 | 16 | 102 | 1D | 45 |
| Octal | 250 | 232 | 310 | 20 | 27 | 0 | 26 | 402 | 35 | 105 |
| Binary | 10101000 | 10011010 | 11001000 | 10000 | 10111 | 0 | 10110 | 100000010 | 11101 | 1000101 |
Color Harmonies of #A89AC8
Complementary color
Monochromatic Colors of #A89AC8
Black with #A89AC8
Text Example
Text Example
White with #A89AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AC8; }
p { color: rgb(168,154,200); }
H1.HeaderClassName
{
color: #A89AC8;
}
.AnyTagClassName
{
color: #A89AC8;
}
</style>
background-color css
<style>
a { background-color: #A89AC8; }
a { background-color: rgb(168,154,200); }
div.DivClassName
{
background-color: #A89AC8;
}
.BgClassName
{
background-color: #A89AC8;
}
</style>
border-color css
<style>
span { border-color: #A89AC8; }
span { border-color: rgb(168,154,200); }
td.TdClassName
{
border-color: #A89AC8;
}
.TagClassName
{
border-color: #A89AC8;
}
</style>