Shades of Eggplant #A60079
Tints of Eggplant #A60079
RGB
CMYK
RGB Variations
Color information
#A60079 (or 0xA60079) is known color: Eggplant. HEX triplet: A6, 00 and 79. RGB value is (166,0,121). Sum of RGB (Red+Green+Blue) = 166+0+121=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A60079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60079 is #59FF86. Grayscale: #3F3F3F. Windows color (decimal): -5898119 or 7930022. OLE color: 7930022.
HSL color Cylindrical-coordinate representation of color #A60079: hue angle of 316.27º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60079 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.27 | 0.35 |
| HSL | 316.27º | 1% | 0.33% | - |
| HSV(B) | 316.27º | 1% | 0.65% | - |
| XYZ | 19.18 | 9.49 | 18.91 | - |
| YUV | 63.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 121 | 0 | 1 | 0.27 | 0.35 | 316.27 | 1 | 0.33 |
| Hex | A6 | 0 | 79 | 0 | 64 | 1B | 23 | 13C | 64 | 21 |
| Octal | 246 | 0 | 171 | 0 | 144 | 33 | 43 | 474 | 144 | 41 |
| Binary | 10100110 | 0 | 1111001 | 0 | 1100100 | 11011 | 100011 | 100111100 | 1100100 | 100001 |
Color Harmonies of #A60079
Complementary color
Monochromatic Colors of #A60079
Black with #A60079
Text Example
Text Example
White with #A60079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60079; }
p { color: rgb(166,0,121); }
H1.HeaderClassName
{
color: #A60079;
}
.AnyTagClassName
{
color: #A60079;
}
</style>
background-color css
<style>
a { background-color: #A60079; }
a { background-color: rgb(166,0,121); }
div.DivClassName
{
background-color: #A60079;
}
.BgClassName
{
background-color: #A60079;
}
</style>
border-color css
<style>
span { border-color: #A60079; }
span { border-color: rgb(166,0,121); }
td.TdClassName
{
border-color: #A60079;
}
.TagClassName
{
border-color: #A60079;
}
</style>