Shades of Eggplant #AB0179
Tints of Eggplant #AB0179
RGB
CMYK
RGB Variations
Color information
#AB0179 (or 0xAB0179) is known color: Eggplant. HEX triplet: AB, 01 and 79. RGB value is (171,1,121). Sum of RGB (Red+Green+Blue) = 171+1+121=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0179 is #54FE86. Grayscale: #414141. Windows color (decimal): -5570183 or 7930283. OLE color: 7930283.
HSL color Cylindrical-coordinate representation of color #AB0179: hue angle of 317.65º 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 #AB0179 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.33 |
| HSL | 317.65º | 0.99% | 0.34% | - |
| HSV(B) | 317.65º | 0.99% | 0.67% | - |
| XYZ | 20.26 | 10.06 | 18.96 | - |
| YUV | 65.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 121 | 0 | 0.99 | 0.29 | 0.33 | 317.65 | 0.99 | 0.34 |
| Hex | AB | 1 | 79 | 0 | 63 | 1D | 21 | 13E | 63 | 22 |
| Octal | 253 | 1 | 171 | 0 | 143 | 35 | 41 | 476 | 143 | 42 |
| Binary | 10101011 | 1 | 1111001 | 0 | 1100011 | 11101 | 100001 | 100111110 | 1100011 | 100010 |
Color Harmonies of #AB0179
Complementary color
Monochromatic Colors of #AB0179
Black with #AB0179
Text Example
Text Example
White with #AB0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0179; }
p { color: rgb(171,1,121); }
H1.HeaderClassName
{
color: #AB0179;
}
.AnyTagClassName
{
color: #AB0179;
}
</style>
background-color css
<style>
a { background-color: #AB0179; }
a { background-color: rgb(171,1,121); }
div.DivClassName
{
background-color: #AB0179;
}
.BgClassName
{
background-color: #AB0179;
}
</style>
border-color css
<style>
span { border-color: #AB0179; }
span { border-color: rgb(171,1,121); }
td.TdClassName
{
border-color: #AB0179;
}
.TagClassName
{
border-color: #AB0179;
}
</style>