Shades of Eggplant #AB017A
Tints of Eggplant #AB017A
RGB
CMYK
RGB Variations
Color information
#AB017A (or 0xAB017A) is known color: Eggplant. HEX triplet: AB, 01 and 7A. RGB value is (171,1,122). Sum of RGB (Red+Green+Blue) = 171+1+122=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB017A is #54FE85. Grayscale: #414141. Windows color (decimal): -5570182 or 7995819. OLE color: 7995819.
HSL color Cylindrical-coordinate representation of color #AB017A: hue angle of 317.29º 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 #AB017A is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.33 |
| HSL | 317.29º | 0.99% | 0.34% | - |
| HSV(B) | 317.29º | 0.99% | 0.67% | - |
| XYZ | 20.32 | 10.08 | 19.29 | - |
| YUV | 65.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 122 | 0 | 0.99 | 0.29 | 0.33 | 317.29 | 0.99 | 0.34 |
| Hex | AB | 1 | 7A | 0 | 63 | 1D | 21 | 13D | 63 | 22 |
| Octal | 253 | 1 | 172 | 0 | 143 | 35 | 41 | 475 | 143 | 42 |
| Binary | 10101011 | 1 | 1111010 | 0 | 1100011 | 11101 | 100001 | 100111101 | 1100011 | 100010 |
Color Harmonies of #AB017A
Complementary color
Monochromatic Colors of #AB017A
Black with #AB017A
Text Example
Text Example
White with #AB017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB017A; }
p { color: rgb(171,1,122); }
H1.HeaderClassName
{
color: #AB017A;
}
.AnyTagClassName
{
color: #AB017A;
}
</style>
background-color css
<style>
a { background-color: #AB017A; }
a { background-color: rgb(171,1,122); }
div.DivClassName
{
background-color: #AB017A;
}
.BgClassName
{
background-color: #AB017A;
}
</style>
border-color css
<style>
span { border-color: #AB017A; }
span { border-color: rgb(171,1,122); }
td.TdClassName
{
border-color: #AB017A;
}
.TagClassName
{
border-color: #AB017A;
}
</style>