Shades of Eggplant #AB0679
Tints of Eggplant #AB0679
RGB
CMYK
RGB Variations
Color information
#AB0679 (or 0xAB0679) is known color: Eggplant. HEX triplet: AB, 06 and 79. RGB value is (171,6,121). Sum of RGB (Red+Green+Blue) = 171+6+121=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0679 is #54F986. Grayscale: #444444. Windows color (decimal): -5568903 or 7931563. OLE color: 7931563.
HSL color Cylindrical-coordinate representation of color #AB0679: hue angle of 318.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0679 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.33 |
| HSL | 318.18º | 0.93% | 0.35% | - |
| HSV(B) | 318.18º | 0.96% | 0.67% | - |
| XYZ | 20.31 | 10.17 | 18.98 | - |
| YUV | 68.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 121 | 0 | 0.96 | 0.29 | 0.33 | 318.18 | 0.93 | 0.35 |
| Hex | AB | 6 | 79 | 0 | 60 | 1D | 21 | 13E | 5D | 23 |
| Octal | 253 | 6 | 171 | 0 | 140 | 35 | 41 | 476 | 135 | 43 |
| Binary | 10101011 | 110 | 1111001 | 0 | 1100000 | 11101 | 100001 | 100111110 | 1011101 | 100011 |
Color Harmonies of #AB0679
Complementary color
Monochromatic Colors of #AB0679
Black with #AB0679
Text Example
Text Example
White with #AB0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0679; }
p { color: rgb(171,6,121); }
H1.HeaderClassName
{
color: #AB0679;
}
.AnyTagClassName
{
color: #AB0679;
}
</style>
background-color css
<style>
a { background-color: #AB0679; }
a { background-color: rgb(171,6,121); }
div.DivClassName
{
background-color: #AB0679;
}
.BgClassName
{
background-color: #AB0679;
}
</style>
border-color css
<style>
span { border-color: #AB0679; }
span { border-color: rgb(171,6,121); }
td.TdClassName
{
border-color: #AB0679;
}
.TagClassName
{
border-color: #AB0679;
}
</style>