Shades of Biloba Flower #AB89CF
Tints of Biloba Flower #AB89CF
RGB
CMYK
RGB Variations
Color information
#AB89CF (or 0xAB89CF) is known color: Biloba Flower. HEX triplet: AB, 89 and CF. RGB value is (171,137,207). Sum of RGB (Red+Green+Blue) = 171+137+207=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB89CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89CF is #547630. Grayscale: #9A9A9A. Windows color (decimal): -5535281 or 13601195. OLE color: 13601195.
HSL color Cylindrical-coordinate representation of color #AB89CF: hue angle of 269.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB89CF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 137 | 207 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.19 |
| HSL | 269.14º | 0.42% | 0.67% | - |
| HSV(B) | 269.14º | 0.34% | 0.81% | - |
| XYZ | 37 | 31.05 | 63.08 | - |
| YUV | 155.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 207 | 0.17 | 0.34 | 0 | 0.19 | 269.14 | 0.42 | 0.67 |
| Hex | AB | 89 | CF | 11 | 22 | 0 | 13 | 10D | 2A | 43 |
| Octal | 253 | 211 | 317 | 21 | 42 | 0 | 23 | 415 | 52 | 103 |
| Binary | 10101011 | 10001001 | 11001111 | 10001 | 100010 | 0 | 10011 | 100001101 | 101010 | 1000011 |
Color Harmonies of #AB89CF
Complementary color
Monochromatic Colors of #AB89CF
Black with #AB89CF
Text Example
Text Example
White with #AB89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89CF; }
p { color: rgb(171,137,207); }
H1.HeaderClassName
{
color: #AB89CF;
}
.AnyTagClassName
{
color: #AB89CF;
}
</style>
background-color css
<style>
a { background-color: #AB89CF; }
a { background-color: rgb(171,137,207); }
div.DivClassName
{
background-color: #AB89CF;
}
.BgClassName
{
background-color: #AB89CF;
}
</style>
border-color css
<style>
span { border-color: #AB89CF; }
span { border-color: rgb(171,137,207); }
td.TdClassName
{
border-color: #AB89CF;
}
.TagClassName
{
border-color: #AB89CF;
}
</style>