Shades of Biloba Flower #A89BBF
Tints of Biloba Flower #A89BBF
RGB
CMYK
RGB Variations
Color information
#A89BBF (or 0xA89BBF) is known color: Biloba Flower. HEX triplet: A8, 9B and BF. RGB value is (168,155,191). Sum of RGB (Red+Green+Blue) = 168+155+191=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #A89BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BBF is #576440. Grayscale: #A2A2A2. Windows color (decimal): -5727297 or 12557224. OLE color: 12557224.
HSL color Cylindrical-coordinate representation of color #A89BBF: hue angle of 261.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89BBF is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 155 | 191 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.25 |
| HSL | 261.67º | 0.22% | 0.68% | - |
| HSV(B) | 261.67º | 0.19% | 0.75% | - |
| XYZ | 37.27 | 35.53 | 54.18 | - |
| YUV | 162.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 191 | 0.12 | 0.19 | 0 | 0.25 | 261.67 | 0.22 | 0.68 |
| Hex | A8 | 9B | BF | C | 13 | 0 | 19 | 106 | 16 | 44 |
| Octal | 250 | 233 | 277 | 14 | 23 | 0 | 31 | 406 | 26 | 104 |
| Binary | 10101000 | 10011011 | 10111111 | 1100 | 10011 | 0 | 11001 | 100000110 | 10110 | 1000100 |
Color Harmonies of #A89BBF
Complementary color
Monochromatic Colors of #A89BBF
Black with #A89BBF
Text Example
Text Example
White with #A89BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BBF; }
p { color: rgb(168,155,191); }
H1.HeaderClassName
{
color: #A89BBF;
}
.AnyTagClassName
{
color: #A89BBF;
}
</style>
background-color css
<style>
a { background-color: #A89BBF; }
a { background-color: rgb(168,155,191); }
div.DivClassName
{
background-color: #A89BBF;
}
.BgClassName
{
background-color: #A89BBF;
}
</style>
border-color css
<style>
span { border-color: #A89BBF; }
span { border-color: rgb(168,155,191); }
td.TdClassName
{
border-color: #A89BBF;
}
.TagClassName
{
border-color: #A89BBF;
}
</style>