Shades of Biloba Flower #AB87D1
Tints of Biloba Flower #AB87D1
RGB
CMYK
RGB Variations
Color information
#AB87D1 (or 0xAB87D1) is known color: Biloba Flower. HEX triplet: AB, 87 and D1. RGB value is (171,135,209). Sum of RGB (Red+Green+Blue) = 171+135+209=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB87D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB87D1 is #54782E. Grayscale: #999999. Windows color (decimal): -5535791 or 13731755. OLE color: 13731755.
HSL color Cylindrical-coordinate representation of color #AB87D1: hue angle of 269.19º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB87D1 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 135 | 209 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.18 |
| HSL | 269.19º | 0.45% | 0.67% | - |
| HSV(B) | 269.19º | 0.35% | 0.82% | - |
| XYZ | 36.97 | 30.59 | 64.28 | - |
| YUV | 154.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 209 | 0.18 | 0.35 | 0 | 0.18 | 269.19 | 0.45 | 0.67 |
| Hex | AB | 87 | D1 | 12 | 23 | 0 | 12 | 10D | 2D | 43 |
| Octal | 253 | 207 | 321 | 22 | 43 | 0 | 22 | 415 | 55 | 103 |
| Binary | 10101011 | 10000111 | 11010001 | 10010 | 100011 | 0 | 10010 | 100001101 | 101101 | 1000011 |
Color Harmonies of #AB87D1
Complementary color
Monochromatic Colors of #AB87D1
Black with #AB87D1
Text Example
Text Example
White with #AB87D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB87D1; }
p { color: rgb(171,135,209); }
H1.HeaderClassName
{
color: #AB87D1;
}
.AnyTagClassName
{
color: #AB87D1;
}
</style>
background-color css
<style>
a { background-color: #AB87D1; }
a { background-color: rgb(171,135,209); }
div.DivClassName
{
background-color: #AB87D1;
}
.BgClassName
{
background-color: #AB87D1;
}
</style>
border-color css
<style>
span { border-color: #AB87D1; }
span { border-color: rgb(171,135,209); }
td.TdClassName
{
border-color: #AB87D1;
}
.TagClassName
{
border-color: #AB87D1;
}
</style>