Shades of Biloba Flower #AB9CE8
Tints of Biloba Flower #AB9CE8
RGB
CMYK
RGB Variations
Color information
#AB9CE8 (or 0xAB9CE8) is known color: Biloba Flower. HEX triplet: AB, 9C and E8. RGB value is (171,156,232). Sum of RGB (Red+Green+Blue) = 171+156+232=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB9CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CE8 is #546317. Grayscale: #A8A8A8. Windows color (decimal): -5530392 or 15244459. OLE color: 15244459.
HSL color Cylindrical-coordinate representation of color #AB9CE8: hue angle of 251.84º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9CE8 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 156 | 232 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.09 |
| HSL | 251.84º | 0.62% | 0.76% | - |
| HSV(B) | 251.84º | 0.33% | 0.91% | - |
| XYZ | 43.25 | 38.26 | 81.45 | - |
| YUV | 169.15 | 163.47 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 232 | 0.26 | 0.33 | 0 | 0.09 | 251.84 | 0.62 | 0.76 |
| Hex | AB | 9C | E8 | 1A | 21 | 0 | 9 | FC | 3E | 4C |
| Octal | 253 | 234 | 350 | 32 | 41 | 0 | 11 | 374 | 76 | 114 |
| Binary | 10101011 | 10011100 | 11101000 | 11010 | 100001 | 0 | 1001 | 11111100 | 111110 | 1001100 |
Color Harmonies of #AB9CE8
Complementary color
Monochromatic Colors of #AB9CE8
Black with #AB9CE8
Text Example
Text Example
White with #AB9CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CE8; }
p { color: rgb(171,156,232); }
H1.HeaderClassName
{
color: #AB9CE8;
}
.AnyTagClassName
{
color: #AB9CE8;
}
</style>
background-color css
<style>
a { background-color: #AB9CE8; }
a { background-color: rgb(171,156,232); }
div.DivClassName
{
background-color: #AB9CE8;
}
.BgClassName
{
background-color: #AB9CE8;
}
</style>
border-color css
<style>
span { border-color: #AB9CE8; }
span { border-color: rgb(171,156,232); }
td.TdClassName
{
border-color: #AB9CE8;
}
.TagClassName
{
border-color: #AB9CE8;
}
</style>