Shades of Biloba Flower #A89BD9
Tints of Biloba Flower #A89BD9
RGB
CMYK
RGB Variations
Color information
#A89BD9 (or 0xA89BD9) is known color: Biloba Flower. HEX triplet: A8, 9B and D9. RGB value is (168,155,217). Sum of RGB (Red+Green+Blue) = 168+155+217=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #A89BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BD9 is #576426. Grayscale: #A5A5A5. Windows color (decimal): -5727271 or 14261160. OLE color: 14261160.
HSL color Cylindrical-coordinate representation of color #A89BD9: hue angle of 252.58º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89BD9 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 155 | 217 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.15 |
| HSL | 252.58º | 0.45% | 0.73% | - |
| HSV(B) | 252.58º | 0.29% | 0.85% | - |
| XYZ | 40.39 | 36.78 | 70.62 | - |
| YUV | 165.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 217 | 0.23 | 0.29 | 0 | 0.15 | 252.58 | 0.45 | 0.73 |
| Hex | A8 | 9B | D9 | 17 | 1D | 0 | F | FD | 2D | 49 |
| Octal | 250 | 233 | 331 | 27 | 35 | 0 | 17 | 375 | 55 | 111 |
| Binary | 10101000 | 10011011 | 11011001 | 10111 | 11101 | 0 | 1111 | 11111101 | 101101 | 1001001 |
Color Harmonies of #A89BD9
Complementary color
Monochromatic Colors of #A89BD9
Black with #A89BD9
Text Example
Text Example
White with #A89BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BD9; }
p { color: rgb(168,155,217); }
H1.HeaderClassName
{
color: #A89BD9;
}
.AnyTagClassName
{
color: #A89BD9;
}
</style>
background-color css
<style>
a { background-color: #A89BD9; }
a { background-color: rgb(168,155,217); }
div.DivClassName
{
background-color: #A89BD9;
}
.BgClassName
{
background-color: #A89BD9;
}
</style>
border-color css
<style>
span { border-color: #A89BD9; }
span { border-color: rgb(168,155,217); }
td.TdClassName
{
border-color: #A89BD9;
}
.TagClassName
{
border-color: #A89BD9;
}
</style>