Shades of Eggplant #AB006D
Tints of Eggplant #AB006D
RGB
CMYK
RGB Variations
Color information
#AB006D (or 0xAB006D) is known color: Eggplant. HEX triplet: AB, 00 and 6D. RGB value is (171,0,109). Sum of RGB (Red+Green+Blue) = 171+0+109=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB006D is #54FF92. Grayscale: #3F3F3F. Windows color (decimal): -5570451 or 7143595. OLE color: 7143595.
HSL color Cylindrical-coordinate representation of color #AB006D: hue angle of 321.75º 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 #AB006D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.36 | 0.33 |
| HSL | 321.75º | 1% | 0.34% | - |
| HSV(B) | 321.75º | 1% | 0.67% | - |
| XYZ | 19.55 | 9.76 | 15.32 | - |
| YUV | 63.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 109 | 0 | 1 | 0.36 | 0.33 | 321.75 | 1 | 0.34 |
| Hex | AB | 0 | 6D | 0 | 64 | 24 | 21 | 142 | 64 | 22 |
| Octal | 253 | 0 | 155 | 0 | 144 | 44 | 41 | 502 | 144 | 42 |
| Binary | 10101011 | 0 | 1101101 | 0 | 1100100 | 100100 | 100001 | 101000010 | 1100100 | 100010 |
Color Harmonies of #AB006D
Complementary color
Monochromatic Colors of #AB006D
Black with #AB006D
Text Example
Text Example
White with #AB006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB006D; }
p { color: rgb(171,0,109); }
H1.HeaderClassName
{
color: #AB006D;
}
.AnyTagClassName
{
color: #AB006D;
}
</style>
background-color css
<style>
a { background-color: #AB006D; }
a { background-color: rgb(171,0,109); }
div.DivClassName
{
background-color: #AB006D;
}
.BgClassName
{
background-color: #AB006D;
}
</style>
border-color css
<style>
span { border-color: #AB006D; }
span { border-color: rgb(171,0,109); }
td.TdClassName
{
border-color: #AB006D;
}
.TagClassName
{
border-color: #AB006D;
}
</style>