Shades of Biloba Flower #A89BD0
Tints of Biloba Flower #A89BD0
RGB
CMYK
RGB Variations
Color information
#A89BD0 (or 0xA89BD0) is known color: Biloba Flower. HEX triplet: A8, 9B and D0. RGB value is (168,155,208). Sum of RGB (Red+Green+Blue) = 168+155+208=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #A89BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BD0 is #57642F. Grayscale: #A4A4A4. Windows color (decimal): -5727280 or 13671336. OLE color: 13671336.
HSL color Cylindrical-coordinate representation of color #A89BD0: hue angle of 254.72º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89BD0 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 155 | 208 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.18 |
| HSL | 254.72º | 0.36% | 0.71% | - |
| HSV(B) | 254.72º | 0.25% | 0.82% | - |
| XYZ | 39.25 | 36.32 | 64.62 | - |
| YUV | 164.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 208 | 0.19 | 0.25 | 0 | 0.18 | 254.72 | 0.36 | 0.71 |
| Hex | A8 | 9B | D0 | 13 | 19 | 0 | 12 | FF | 24 | 47 |
| Octal | 250 | 233 | 320 | 23 | 31 | 0 | 22 | 377 | 44 | 107 |
| Binary | 10101000 | 10011011 | 11010000 | 10011 | 11001 | 0 | 10010 | 11111111 | 100100 | 1000111 |
Color Harmonies of #A89BD0
Complementary color
Monochromatic Colors of #A89BD0
Black with #A89BD0
Text Example
Text Example
White with #A89BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BD0; }
p { color: rgb(168,155,208); }
H1.HeaderClassName
{
color: #A89BD0;
}
.AnyTagClassName
{
color: #A89BD0;
}
</style>
background-color css
<style>
a { background-color: #A89BD0; }
a { background-color: rgb(168,155,208); }
div.DivClassName
{
background-color: #A89BD0;
}
.BgClassName
{
background-color: #A89BD0;
}
</style>
border-color css
<style>
span { border-color: #A89BD0; }
span { border-color: rgb(168,155,208); }
td.TdClassName
{
border-color: #A89BD0;
}
.TagClassName
{
border-color: #A89BD0;
}
</style>