Shades of Eggplant #AB007D
Tints of Eggplant #AB007D
RGB
CMYK
RGB Variations
Color information
#AB007D (or 0xAB007D) is known color: Eggplant. HEX triplet: AB, 00 and 7D. RGB value is (171,0,125). Sum of RGB (Red+Green+Blue) = 171+0+125=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB007D is #54FF82. Grayscale: #414141. Windows color (decimal): -5570435 or 8192171. OLE color: 8192171.
HSL color Cylindrical-coordinate representation of color #AB007D: hue angle of 316.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB007D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.27 | 0.33 |
| HSL | 316.14º | 1% | 0.34% | - |
| HSV(B) | 316.14º | 1% | 0.67% | - |
| XYZ | 20.5 | 10.14 | 20.28 | - |
| YUV | 65.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 125 | 0 | 1 | 0.27 | 0.33 | 316.14 | 1 | 0.34 |
| Hex | AB | 0 | 7D | 0 | 64 | 1B | 21 | 13C | 64 | 22 |
| Octal | 253 | 0 | 175 | 0 | 144 | 33 | 41 | 474 | 144 | 42 |
| Binary | 10101011 | 0 | 1111101 | 0 | 1100100 | 11011 | 100001 | 100111100 | 1100100 | 100010 |
Color Harmonies of #AB007D
Complementary color
Monochromatic Colors of #AB007D
Black with #AB007D
Text Example
Text Example
White with #AB007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB007D; }
p { color: rgb(171,0,125); }
H1.HeaderClassName
{
color: #AB007D;
}
.AnyTagClassName
{
color: #AB007D;
}
</style>
background-color css
<style>
a { background-color: #AB007D; }
a { background-color: rgb(171,0,125); }
div.DivClassName
{
background-color: #AB007D;
}
.BgClassName
{
background-color: #AB007D;
}
</style>
border-color css
<style>
span { border-color: #AB007D; }
span { border-color: rgb(171,0,125); }
td.TdClassName
{
border-color: #AB007D;
}
.TagClassName
{
border-color: #AB007D;
}
</style>