Shades of Biloba Flower #AB89D9
Tints of Biloba Flower #AB89D9
RGB
CMYK
RGB Variations
Color information
#AB89D9 (or 0xAB89D9) is known color: Biloba Flower. HEX triplet: AB, 89 and D9. RGB value is (171,137,217). Sum of RGB (Red+Green+Blue) = 171+137+217=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB89D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89D9 is #547626. Grayscale: #9C9C9C. Windows color (decimal): -5535271 or 14256555. OLE color: 14256555.
HSL color Cylindrical-coordinate representation of color #AB89D9: hue angle of 265.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB89D9 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 137 | 217 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.15 |
| HSL | 265.5º | 0.51% | 0.69% | - |
| HSV(B) | 265.5º | 0.37% | 0.85% | - |
| XYZ | 38.26 | 31.56 | 69.72 | - |
| YUV | 156.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 217 | 0.21 | 0.37 | 0 | 0.15 | 265.5 | 0.51 | 0.69 |
| Hex | AB | 89 | D9 | 15 | 25 | 0 | F | 10A | 33 | 45 |
| Octal | 253 | 211 | 331 | 25 | 45 | 0 | 17 | 412 | 63 | 105 |
| Binary | 10101011 | 10001001 | 11011001 | 10101 | 100101 | 0 | 1111 | 100001010 | 110011 | 1000101 |
Color Harmonies of #AB89D9
Complementary color
Monochromatic Colors of #AB89D9
Black with #AB89D9
Text Example
Text Example
White with #AB89D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89D9; }
p { color: rgb(171,137,217); }
H1.HeaderClassName
{
color: #AB89D9;
}
.AnyTagClassName
{
color: #AB89D9;
}
</style>
background-color css
<style>
a { background-color: #AB89D9; }
a { background-color: rgb(171,137,217); }
div.DivClassName
{
background-color: #AB89D9;
}
.BgClassName
{
background-color: #AB89D9;
}
</style>
border-color css
<style>
span { border-color: #AB89D9; }
span { border-color: rgb(171,137,217); }
td.TdClassName
{
border-color: #AB89D9;
}
.TagClassName
{
border-color: #AB89D9;
}
</style>