Shades of Biloba Flower #A89BCE
Tints of Biloba Flower #A89BCE
RGB
CMYK
RGB Variations
Color information
#A89BCE (or 0xA89BCE) is known color: Biloba Flower. HEX triplet: A8, 9B and CE. RGB value is (168,155,206). Sum of RGB (Red+Green+Blue) = 168+155+206=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #A89BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BCE is #576431. Grayscale: #A4A4A4. Windows color (decimal): -5727282 or 13540264. OLE color: 13540264.
HSL color Cylindrical-coordinate representation of color #A89BCE: hue angle of 255.29º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89BCE is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 155 | 206 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.19 |
| HSL | 255.29º | 0.34% | 0.71% | - |
| HSV(B) | 255.29º | 0.25% | 0.81% | - |
| XYZ | 39.01 | 36.22 | 63.33 | - |
| YUV | 164.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 206 | 0.18 | 0.25 | 0 | 0.19 | 255.29 | 0.34 | 0.71 |
| Hex | A8 | 9B | CE | 12 | 19 | 0 | 13 | FF | 22 | 47 |
| Octal | 250 | 233 | 316 | 22 | 31 | 0 | 23 | 377 | 42 | 107 |
| Binary | 10101000 | 10011011 | 11001110 | 10010 | 11001 | 0 | 10011 | 11111111 | 100010 | 1000111 |
Color Harmonies of #A89BCE
Complementary color
Monochromatic Colors of #A89BCE
Black with #A89BCE
Text Example
Text Example
White with #A89BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BCE; }
p { color: rgb(168,155,206); }
H1.HeaderClassName
{
color: #A89BCE;
}
.AnyTagClassName
{
color: #A89BCE;
}
</style>
background-color css
<style>
a { background-color: #A89BCE; }
a { background-color: rgb(168,155,206); }
div.DivClassName
{
background-color: #A89BCE;
}
.BgClassName
{
background-color: #A89BCE;
}
</style>
border-color css
<style>
span { border-color: #A89BCE; }
span { border-color: rgb(168,155,206); }
td.TdClassName
{
border-color: #A89BCE;
}
.TagClassName
{
border-color: #A89BCE;
}
</style>