Shades of Biloba Flower #A89DC8
Tints of Biloba Flower #A89DC8
RGB
CMYK
RGB Variations
Color information
#A89DC8 (or 0xA89DC8) is known color: Biloba Flower. HEX triplet: A8, 9D and C8. RGB value is (168,157,200). Sum of RGB (Red+Green+Blue) = 168+157+200=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #A89DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DC8 is #576237. Grayscale: #A5A5A5. Windows color (decimal): -5726776 or 13147560. OLE color: 13147560.
HSL color Cylindrical-coordinate representation of color #A89DC8: hue angle of 255.35º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89DC8 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 157 | 200 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.22 |
| HSL | 255.35º | 0.28% | 0.7% | - |
| HSV(B) | 255.35º | 0.22% | 0.78% | - |
| XYZ | 38.63 | 36.61 | 59.67 | - |
| YUV | 165.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 200 | 0.16 | 0.22 | 0 | 0.22 | 255.35 | 0.28 | 0.7 |
| Hex | A8 | 9D | C8 | 10 | 16 | 0 | 16 | FF | 1C | 46 |
| Octal | 250 | 235 | 310 | 20 | 26 | 0 | 26 | 377 | 34 | 106 |
| Binary | 10101000 | 10011101 | 11001000 | 10000 | 10110 | 0 | 10110 | 11111111 | 11100 | 1000110 |
Color Harmonies of #A89DC8
Complementary color
Monochromatic Colors of #A89DC8
Black with #A89DC8
Text Example
Text Example
White with #A89DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DC8; }
p { color: rgb(168,157,200); }
H1.HeaderClassName
{
color: #A89DC8;
}
.AnyTagClassName
{
color: #A89DC8;
}
</style>
background-color css
<style>
a { background-color: #A89DC8; }
a { background-color: rgb(168,157,200); }
div.DivClassName
{
background-color: #A89DC8;
}
.BgClassName
{
background-color: #A89DC8;
}
</style>
border-color css
<style>
span { border-color: #A89DC8; }
span { border-color: rgb(168,157,200); }
td.TdClassName
{
border-color: #A89DC8;
}
.TagClassName
{
border-color: #A89DC8;
}
</style>