Shades of Biloba Flower #AB9FE8
Tints of Biloba Flower #AB9FE8
RGB
CMYK
RGB Variations
Color information
#AB9FE8 (or 0xAB9FE8) is known color: Biloba Flower. HEX triplet: AB, 9F and E8. RGB value is (171,159,232). Sum of RGB (Red+Green+Blue) = 171+159+232=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB9FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FE8 is #546017. Grayscale: #AAAAAA. Windows color (decimal): -5529624 or 15245227. OLE color: 15245227.
HSL color Cylindrical-coordinate representation of color #AB9FE8: hue angle of 249.86º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB9FE8 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 159 | 232 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.09 |
| HSL | 249.86º | 0.61% | 0.77% | - |
| HSV(B) | 249.86º | 0.31% | 0.91% | - |
| XYZ | 43.76 | 39.28 | 81.62 | - |
| YUV | 170.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 232 | 0.26 | 0.31 | 0 | 0.09 | 249.86 | 0.61 | 0.77 |
| Hex | AB | 9F | E8 | 1A | 1F | 0 | 9 | FA | 3D | 4D |
| Octal | 253 | 237 | 350 | 32 | 37 | 0 | 11 | 372 | 75 | 115 |
| Binary | 10101011 | 10011111 | 11101000 | 11010 | 11111 | 0 | 1001 | 11111010 | 111101 | 1001101 |
Color Harmonies of #AB9FE8
Complementary color
Monochromatic Colors of #AB9FE8
Black with #AB9FE8
Text Example
Text Example
White with #AB9FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FE8; }
p { color: rgb(171,159,232); }
H1.HeaderClassName
{
color: #AB9FE8;
}
.AnyTagClassName
{
color: #AB9FE8;
}
</style>
background-color css
<style>
a { background-color: #AB9FE8; }
a { background-color: rgb(171,159,232); }
div.DivClassName
{
background-color: #AB9FE8;
}
.BgClassName
{
background-color: #AB9FE8;
}
</style>
border-color css
<style>
span { border-color: #AB9FE8; }
span { border-color: rgb(171,159,232); }
td.TdClassName
{
border-color: #AB9FE8;
}
.TagClassName
{
border-color: #AB9FE8;
}
</style>