Shades of Biloba Flower #AB9CE0
Tints of Biloba Flower #AB9CE0
RGB
CMYK
RGB Variations
Color information
#AB9CE0 (or 0xAB9CE0) is known color: Biloba Flower. HEX triplet: AB, 9C and E0. RGB value is (171,156,224). Sum of RGB (Red+Green+Blue) = 171+156+224=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB9CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CE0 is #54631F. Grayscale: #A7A7A7. Windows color (decimal): -5530400 or 14720171. OLE color: 14720171.
HSL color Cylindrical-coordinate representation of color #AB9CE0: hue angle of 253.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9CE0 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 156 | 224 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.12 |
| HSL | 253.24º | 0.52% | 0.75% | - |
| HSV(B) | 253.24º | 0.3% | 0.88% | - |
| XYZ | 42.14 | 37.82 | 75.6 | - |
| YUV | 168.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 224 | 0.24 | 0.30 | 0 | 0.12 | 253.24 | 0.52 | 0.75 |
| Hex | AB | 9C | E0 | 18 | 1E | 0 | C | FD | 34 | 4B |
| Octal | 253 | 234 | 340 | 30 | 36 | 0 | 14 | 375 | 64 | 113 |
| Binary | 10101011 | 10011100 | 11100000 | 11000 | 11110 | 0 | 1100 | 11111101 | 110100 | 1001011 |
Color Harmonies of #AB9CE0
Complementary color
Monochromatic Colors of #AB9CE0
Black with #AB9CE0
Text Example
Text Example
White with #AB9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CE0; }
p { color: rgb(171,156,224); }
H1.HeaderClassName
{
color: #AB9CE0;
}
.AnyTagClassName
{
color: #AB9CE0;
}
</style>
background-color css
<style>
a { background-color: #AB9CE0; }
a { background-color: rgb(171,156,224); }
div.DivClassName
{
background-color: #AB9CE0;
}
.BgClassName
{
background-color: #AB9CE0;
}
</style>
border-color css
<style>
span { border-color: #AB9CE0; }
span { border-color: rgb(171,156,224); }
td.TdClassName
{
border-color: #AB9CE0;
}
.TagClassName
{
border-color: #AB9CE0;
}
</style>