Shades of Biloba Flower #AB8DE8
Tints of Biloba Flower #AB8DE8
RGB
CMYK
RGB Variations
Color information
#AB8DE8 (or 0xAB8DE8) is known color: Biloba Flower. HEX triplet: AB, 8D and E8. RGB value is (171,141,232). Sum of RGB (Red+Green+Blue) = 171+141+232=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB8DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DE8 is #547217. Grayscale: #A0A0A0. Windows color (decimal): -5534232 or 15240619. OLE color: 15240619.
HSL color Cylindrical-coordinate representation of color #AB8DE8: hue angle of 259.78º 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 #AB8DE8 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 141 | 232 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.09 |
| HSL | 259.78º | 0.66% | 0.73% | - |
| HSV(B) | 259.78º | 0.39% | 0.91% | - |
| XYZ | 40.88 | 33.53 | 80.66 | - |
| YUV | 160.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 232 | 0.26 | 0.39 | 0 | 0.09 | 259.78 | 0.66 | 0.73 |
| Hex | AB | 8D | E8 | 1A | 27 | 0 | 9 | 104 | 42 | 49 |
| Octal | 253 | 215 | 350 | 32 | 47 | 0 | 11 | 404 | 102 | 111 |
| Binary | 10101011 | 10001101 | 11101000 | 11010 | 100111 | 0 | 1001 | 100000100 | 1000010 | 1001001 |
Color Harmonies of #AB8DE8
Complementary color
Monochromatic Colors of #AB8DE8
Black with #AB8DE8
Text Example
Text Example
White with #AB8DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DE8; }
p { color: rgb(171,141,232); }
H1.HeaderClassName
{
color: #AB8DE8;
}
.AnyTagClassName
{
color: #AB8DE8;
}
</style>
background-color css
<style>
a { background-color: #AB8DE8; }
a { background-color: rgb(171,141,232); }
div.DivClassName
{
background-color: #AB8DE8;
}
.BgClassName
{
background-color: #AB8DE8;
}
</style>
border-color css
<style>
span { border-color: #AB8DE8; }
span { border-color: rgb(171,141,232); }
td.TdClassName
{
border-color: #AB8DE8;
}
.TagClassName
{
border-color: #AB8DE8;
}
</style>