Shades of Biloba Flower #AB8EE8
Tints of Biloba Flower #AB8EE8
RGB
CMYK
RGB Variations
Color information
#AB8EE8 (or 0xAB8EE8) is known color: Biloba Flower. HEX triplet: AB, 8E and E8. RGB value is (171,142,232). Sum of RGB (Red+Green+Blue) = 171+142+232=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB8EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EE8 is #547117. Grayscale: #A0A0A0. Windows color (decimal): -5533976 or 15240875. OLE color: 15240875.
HSL color Cylindrical-coordinate representation of color #AB8EE8: hue angle of 259.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB8EE8 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 142 | 232 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.09 |
| HSL | 259.33º | 0.66% | 0.73% | - |
| HSV(B) | 259.33º | 0.39% | 0.91% | - |
| XYZ | 41.03 | 33.83 | 80.71 | - |
| YUV | 160.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 232 | 0.26 | 0.39 | 0 | 0.09 | 259.33 | 0.66 | 0.73 |
| Hex | AB | 8E | E8 | 1A | 27 | 0 | 9 | 103 | 42 | 49 |
| Octal | 253 | 216 | 350 | 32 | 47 | 0 | 11 | 403 | 102 | 111 |
| Binary | 10101011 | 10001110 | 11101000 | 11010 | 100111 | 0 | 1001 | 100000011 | 1000010 | 1001001 |
Color Harmonies of #AB8EE8
Complementary color
Monochromatic Colors of #AB8EE8
Black with #AB8EE8
Text Example
Text Example
White with #AB8EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EE8; }
p { color: rgb(171,142,232); }
H1.HeaderClassName
{
color: #AB8EE8;
}
.AnyTagClassName
{
color: #AB8EE8;
}
</style>
background-color css
<style>
a { background-color: #AB8EE8; }
a { background-color: rgb(171,142,232); }
div.DivClassName
{
background-color: #AB8EE8;
}
.BgClassName
{
background-color: #AB8EE8;
}
</style>
border-color css
<style>
span { border-color: #AB8EE8; }
span { border-color: rgb(171,142,232); }
td.TdClassName
{
border-color: #AB8EE8;
}
.TagClassName
{
border-color: #AB8EE8;
}
</style>