Shades of Biloba Flower #AB8ECC
Tints of Biloba Flower #AB8ECC
RGB
CMYK
RGB Variations
Color information
#AB8ECC (or 0xAB8ECC) is known color: Biloba Flower. HEX triplet: AB, 8E and CC. RGB value is (171,142,204). Sum of RGB (Red+Green+Blue) = 171+142+204=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ECC is #547133. Grayscale: #9D9D9D. Windows color (decimal): -5534004 or 13405867. OLE color: 13405867.
HSL color Cylindrical-coordinate representation of color #AB8ECC: hue angle of 268.06º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8ECC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 142 | 204 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.2 |
| HSL | 268.06º | 0.38% | 0.68% | - |
| HSV(B) | 268.06º | 0.3% | 0.8% | - |
| XYZ | 37.37 | 32.36 | 61.4 | - |
| YUV | 157.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 204 | 0.16 | 0.30 | 0 | 0.2 | 268.06 | 0.38 | 0.68 |
| Hex | AB | 8E | CC | 10 | 1E | 0 | 14 | 10C | 26 | 44 |
| Octal | 253 | 216 | 314 | 20 | 36 | 0 | 24 | 414 | 46 | 104 |
| Binary | 10101011 | 10001110 | 11001100 | 10000 | 11110 | 0 | 10100 | 100001100 | 100110 | 1000100 |
Color Harmonies of #AB8ECC
Complementary color
Monochromatic Colors of #AB8ECC
Black with #AB8ECC
Text Example
Text Example
White with #AB8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ECC; }
p { color: rgb(171,142,204); }
H1.HeaderClassName
{
color: #AB8ECC;
}
.AnyTagClassName
{
color: #AB8ECC;
}
</style>
background-color css
<style>
a { background-color: #AB8ECC; }
a { background-color: rgb(171,142,204); }
div.DivClassName
{
background-color: #AB8ECC;
}
.BgClassName
{
background-color: #AB8ECC;
}
</style>
border-color css
<style>
span { border-color: #AB8ECC; }
span { border-color: rgb(171,142,204); }
td.TdClassName
{
border-color: #AB8ECC;
}
.TagClassName
{
border-color: #AB8ECC;
}
</style>