Shades of Biloba Flower #AB89DB
Tints of Biloba Flower #AB89DB
RGB
CMYK
RGB Variations
Color information
#AB89DB (or 0xAB89DB) is known color: Biloba Flower. HEX triplet: AB, 89 and DB. RGB value is (171,137,219). Sum of RGB (Red+Green+Blue) = 171+137+219=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB89DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89DB is #547624. Grayscale: #9C9C9C. Windows color (decimal): -5535269 or 14387627. OLE color: 14387627.
HSL color Cylindrical-coordinate representation of color #AB89DB: hue angle of 264.88º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB89DB is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 137 | 219 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.14 |
| HSL | 264.88º | 0.53% | 0.7% | - |
| HSV(B) | 264.88º | 0.37% | 0.86% | - |
| XYZ | 38.53 | 31.66 | 71.1 | - |
| YUV | 156.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 219 | 0.22 | 0.37 | 0 | 0.14 | 264.88 | 0.53 | 0.7 |
| Hex | AB | 89 | DB | 16 | 25 | 0 | E | 109 | 35 | 46 |
| Octal | 253 | 211 | 333 | 26 | 45 | 0 | 16 | 411 | 65 | 106 |
| Binary | 10101011 | 10001001 | 11011011 | 10110 | 100101 | 0 | 1110 | 100001001 | 110101 | 1000110 |
Color Harmonies of #AB89DB
Complementary color
Monochromatic Colors of #AB89DB
Black with #AB89DB
Text Example
Text Example
White with #AB89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89DB; }
p { color: rgb(171,137,219); }
H1.HeaderClassName
{
color: #AB89DB;
}
.AnyTagClassName
{
color: #AB89DB;
}
</style>
background-color css
<style>
a { background-color: #AB89DB; }
a { background-color: rgb(171,137,219); }
div.DivClassName
{
background-color: #AB89DB;
}
.BgClassName
{
background-color: #AB89DB;
}
</style>
border-color css
<style>
span { border-color: #AB89DB; }
span { border-color: rgb(171,137,219); }
td.TdClassName
{
border-color: #AB89DB;
}
.TagClassName
{
border-color: #AB89DB;
}
</style>