Shades of Eggplant #AB016C
Tints of Eggplant #AB016C
RGB
CMYK
RGB Variations
Color information
#AB016C (or 0xAB016C) is known color: Eggplant. HEX triplet: AB, 01 and 6C. RGB value is (171,1,108). Sum of RGB (Red+Green+Blue) = 171+1+108=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB016C is #54FE93. Grayscale: #3F3F3F. Windows color (decimal): -5570196 or 7078315. OLE color: 7078315.
HSL color Cylindrical-coordinate representation of color #AB016C: hue angle of 322.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB016C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.33 |
| HSL | 322.24º | 0.99% | 0.34% | - |
| HSV(B) | 322.24º | 0.99% | 0.67% | - |
| XYZ | 19.51 | 9.76 | 15.04 | - |
| YUV | 64.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 108 | 0 | 0.99 | 0.37 | 0.33 | 322.24 | 0.99 | 0.34 |
| Hex | AB | 1 | 6C | 0 | 63 | 25 | 21 | 142 | 63 | 22 |
| Octal | 253 | 1 | 154 | 0 | 143 | 45 | 41 | 502 | 143 | 42 |
| Binary | 10101011 | 1 | 1101100 | 0 | 1100011 | 100101 | 100001 | 101000010 | 1100011 | 100010 |
Color Harmonies of #AB016C
Complementary color
Monochromatic Colors of #AB016C
Black with #AB016C
Text Example
Text Example
White with #AB016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB016C; }
p { color: rgb(171,1,108); }
H1.HeaderClassName
{
color: #AB016C;
}
.AnyTagClassName
{
color: #AB016C;
}
</style>
background-color css
<style>
a { background-color: #AB016C; }
a { background-color: rgb(171,1,108); }
div.DivClassName
{
background-color: #AB016C;
}
.BgClassName
{
background-color: #AB016C;
}
</style>
border-color css
<style>
span { border-color: #AB016C; }
span { border-color: rgb(171,1,108); }
td.TdClassName
{
border-color: #AB016C;
}
.TagClassName
{
border-color: #AB016C;
}
</style>