Shades of Eggplant #AB016D
Tints of Eggplant #AB016D
RGB
CMYK
RGB Variations
Color information
#AB016D (or 0xAB016D) is known color: Eggplant. HEX triplet: AB, 01 and 6D. RGB value is (171,1,109). Sum of RGB (Red+Green+Blue) = 171+1+109=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB016D is #54FE92. Grayscale: #3F3F3F. Windows color (decimal): -5570195 or 7143851. OLE color: 7143851.
HSL color Cylindrical-coordinate representation of color #AB016D: hue angle of 321.88º 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 #AB016D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.33 |
| HSL | 321.88º | 0.99% | 0.34% | - |
| HSV(B) | 321.88º | 0.99% | 0.67% | - |
| XYZ | 19.57 | 9.78 | 15.33 | - |
| YUV | 64.14 | 153.32 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 109 | 0 | 0.99 | 0.36 | 0.33 | 321.88 | 0.99 | 0.34 |
| Hex | AB | 1 | 6D | 0 | 63 | 24 | 21 | 142 | 63 | 22 |
| Octal | 253 | 1 | 155 | 0 | 143 | 44 | 41 | 502 | 143 | 42 |
| Binary | 10101011 | 1 | 1101101 | 0 | 1100011 | 100100 | 100001 | 101000010 | 1100011 | 100010 |
Color Harmonies of #AB016D
Complementary color
Monochromatic Colors of #AB016D
Black with #AB016D
Text Example
Text Example
White with #AB016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB016D; }
p { color: rgb(171,1,109); }
H1.HeaderClassName
{
color: #AB016D;
}
.AnyTagClassName
{
color: #AB016D;
}
</style>
background-color css
<style>
a { background-color: #AB016D; }
a { background-color: rgb(171,1,109); }
div.DivClassName
{
background-color: #AB016D;
}
.BgClassName
{
background-color: #AB016D;
}
</style>
border-color css
<style>
span { border-color: #AB016D; }
span { border-color: rgb(171,1,109); }
td.TdClassName
{
border-color: #AB016D;
}
.TagClassName
{
border-color: #AB016D;
}
</style>