Shades of Eggplant #A70579
Tints of Eggplant #A70579
RGB
CMYK
RGB Variations
Color information
#A70579 (or 0xA70579) is known color: Eggplant. HEX triplet: A7, 05 and 79. RGB value is (167,5,121). Sum of RGB (Red+Green+Blue) = 167+5+121=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A70579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70579 is #58FA86. Grayscale: #424242. Windows color (decimal): -5831303 or 7931303. OLE color: 7931303.
HSL color Cylindrical-coordinate representation of color #A70579: hue angle of 317.04º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A70579 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 121 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.35 |
| HSL | 317.04º | 0.94% | 0.34% | - |
| HSV(B) | 317.04º | 0.97% | 0.65% | - |
| XYZ | 19.44 | 9.7 | 18.94 | - |
| YUV | 66.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 121 | 0 | 0.97 | 0.28 | 0.35 | 317.04 | 0.94 | 0.34 |
| Hex | A7 | 5 | 79 | 0 | 61 | 1C | 23 | 13D | 5E | 22 |
| Octal | 247 | 5 | 171 | 0 | 141 | 34 | 43 | 475 | 136 | 42 |
| Binary | 10100111 | 101 | 1111001 | 0 | 1100001 | 11100 | 100011 | 100111101 | 1011110 | 100010 |
Color Harmonies of #A70579
Complementary color
Monochromatic Colors of #A70579
Black with #A70579
Text Example
Text Example
White with #A70579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70579; }
p { color: rgb(167,5,121); }
H1.HeaderClassName
{
color: #A70579;
}
.AnyTagClassName
{
color: #A70579;
}
</style>
background-color css
<style>
a { background-color: #A70579; }
a { background-color: rgb(167,5,121); }
div.DivClassName
{
background-color: #A70579;
}
.BgClassName
{
background-color: #A70579;
}
</style>
border-color css
<style>
span { border-color: #A70579; }
span { border-color: rgb(167,5,121); }
td.TdClassName
{
border-color: #A70579;
}
.TagClassName
{
border-color: #A70579;
}
</style>