Shades of Biloba Flower #AB8BD0
Tints of Biloba Flower #AB8BD0
RGB
CMYK
RGB Variations
Color information
#AB8BD0 (or 0xAB8BD0) is known color: Biloba Flower. HEX triplet: AB, 8B and D0. RGB value is (171,139,208). Sum of RGB (Red+Green+Blue) = 171+139+208=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB8BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BD0 is #54742F. Grayscale: #9C9C9C. Windows color (decimal): -5534768 or 13667243. OLE color: 13667243.
HSL color Cylindrical-coordinate representation of color #AB8BD0: hue angle of 267.83º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8BD0 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 139 | 208 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.18 |
| HSL | 267.83º | 0.42% | 0.68% | - |
| HSV(B) | 267.83º | 0.33% | 0.82% | - |
| XYZ | 37.41 | 31.68 | 63.82 | - |
| YUV | 156.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 208 | 0.18 | 0.33 | 0 | 0.18 | 267.83 | 0.42 | 0.68 |
| Hex | AB | 8B | D0 | 12 | 21 | 0 | 12 | 10C | 2A | 44 |
| Octal | 253 | 213 | 320 | 22 | 41 | 0 | 22 | 414 | 52 | 104 |
| Binary | 10101011 | 10001011 | 11010000 | 10010 | 100001 | 0 | 10010 | 100001100 | 101010 | 1000100 |
Color Harmonies of #AB8BD0
Complementary color
Monochromatic Colors of #AB8BD0
Black with #AB8BD0
Text Example
Text Example
White with #AB8BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BD0; }
p { color: rgb(171,139,208); }
H1.HeaderClassName
{
color: #AB8BD0;
}
.AnyTagClassName
{
color: #AB8BD0;
}
</style>
background-color css
<style>
a { background-color: #AB8BD0; }
a { background-color: rgb(171,139,208); }
div.DivClassName
{
background-color: #AB8BD0;
}
.BgClassName
{
background-color: #AB8BD0;
}
</style>
border-color css
<style>
span { border-color: #AB8BD0; }
span { border-color: rgb(171,139,208); }
td.TdClassName
{
border-color: #AB8BD0;
}
.TagClassName
{
border-color: #AB8BD0;
}
</style>