Shades of Biloba Flower #AB8FE8
Tints of Biloba Flower #AB8FE8
RGB
CMYK
RGB Variations
Color information
#AB8FE8 (or 0xAB8FE8) is known color: Biloba Flower. HEX triplet: AB, 8F and E8. RGB value is (171,143,232). Sum of RGB (Red+Green+Blue) = 171+143+232=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB8FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FE8 is #547017. Grayscale: #A1A1A1. Windows color (decimal): -5533720 or 15241131. OLE color: 15241131.
HSL color Cylindrical-coordinate representation of color #AB8FE8: hue angle of 258.88º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB8FE8 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 143 | 232 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.09 |
| HSL | 258.88º | 0.66% | 0.74% | - |
| HSV(B) | 258.88º | 0.38% | 0.91% | - |
| XYZ | 41.18 | 34.13 | 80.76 | - |
| YUV | 161.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 232 | 0.26 | 0.38 | 0 | 0.09 | 258.88 | 0.66 | 0.74 |
| Hex | AB | 8F | E8 | 1A | 26 | 0 | 9 | 103 | 42 | 4A |
| Octal | 253 | 217 | 350 | 32 | 46 | 0 | 11 | 403 | 102 | 112 |
| Binary | 10101011 | 10001111 | 11101000 | 11010 | 100110 | 0 | 1001 | 100000011 | 1000010 | 1001010 |
Color Harmonies of #AB8FE8
Complementary color
Monochromatic Colors of #AB8FE8
Black with #AB8FE8
Text Example
Text Example
White with #AB8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FE8; }
p { color: rgb(171,143,232); }
H1.HeaderClassName
{
color: #AB8FE8;
}
.AnyTagClassName
{
color: #AB8FE8;
}
</style>
background-color css
<style>
a { background-color: #AB8FE8; }
a { background-color: rgb(171,143,232); }
div.DivClassName
{
background-color: #AB8FE8;
}
.BgClassName
{
background-color: #AB8FE8;
}
</style>
border-color css
<style>
span { border-color: #AB8FE8; }
span { border-color: rgb(171,143,232); }
td.TdClassName
{
border-color: #AB8FE8;
}
.TagClassName
{
border-color: #AB8FE8;
}
</style>