Shades of Eggplant #A70578
Tints of Eggplant #A70578
RGB
CMYK
RGB Variations
Color information
#A70578 (or 0xA70578) is known color: Eggplant. HEX triplet: A7, 05 and 78. RGB value is (167,5,120). Sum of RGB (Red+Green+Blue) = 167+5+120=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A70578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70578 is #58FA87. Grayscale: #424242. Windows color (decimal): -5831304 or 7865767. OLE color: 7865767.
HSL color Cylindrical-coordinate representation of color #A70578: hue angle of 317.41º 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 #A70578 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 120 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.35 |
| HSL | 317.41º | 0.94% | 0.34% | - |
| HSV(B) | 317.41º | 0.97% | 0.65% | - |
| XYZ | 19.38 | 9.68 | 18.62 | - |
| YUV | 66.55 | 158.17 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 120 | 0 | 0.97 | 0.28 | 0.35 | 317.41 | 0.94 | 0.34 |
| Hex | A7 | 5 | 78 | 0 | 61 | 1C | 23 | 13D | 5E | 22 |
| Octal | 247 | 5 | 170 | 0 | 141 | 34 | 43 | 475 | 136 | 42 |
| Binary | 10100111 | 101 | 1111000 | 0 | 1100001 | 11100 | 100011 | 100111101 | 1011110 | 100010 |
Color Harmonies of #A70578
Complementary color
Monochromatic Colors of #A70578
Black with #A70578
Text Example
Text Example
White with #A70578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70578; }
p { color: rgb(167,5,120); }
H1.HeaderClassName
{
color: #A70578;
}
.AnyTagClassName
{
color: #A70578;
}
</style>
background-color css
<style>
a { background-color: #A70578; }
a { background-color: rgb(167,5,120); }
div.DivClassName
{
background-color: #A70578;
}
.BgClassName
{
background-color: #A70578;
}
</style>
border-color css
<style>
span { border-color: #A70578; }
span { border-color: rgb(167,5,120); }
td.TdClassName
{
border-color: #A70578;
}
.TagClassName
{
border-color: #A70578;
}
</style>