Shades of Eggplant #A7057A
Tints of Eggplant #A7057A
RGB
CMYK
RGB Variations
Color information
#A7057A (or 0xA7057A) is known color: Eggplant. HEX triplet: A7, 05 and 7A. RGB value is (167,5,122). Sum of RGB (Red+Green+Blue) = 167+5+122=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7057A is #58FA85. Grayscale: #424242. Windows color (decimal): -5831302 or 7996839. OLE color: 7996839.
HSL color Cylindrical-coordinate representation of color #A7057A: hue angle of 316.67º 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 #A7057A is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 122 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.35 |
| HSL | 316.67º | 0.94% | 0.34% | - |
| HSV(B) | 316.67º | 0.97% | 0.65% | - |
| XYZ | 19.5 | 9.73 | 19.26 | - |
| YUV | 66.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 122 | 0 | 0.97 | 0.27 | 0.35 | 316.67 | 0.94 | 0.34 |
| Hex | A7 | 5 | 7A | 0 | 61 | 1B | 23 | 13D | 5E | 22 |
| Octal | 247 | 5 | 172 | 0 | 141 | 33 | 43 | 475 | 136 | 42 |
| Binary | 10100111 | 101 | 1111010 | 0 | 1100001 | 11011 | 100011 | 100111101 | 1011110 | 100010 |
Color Harmonies of #A7057A
Complementary color
Monochromatic Colors of #A7057A
Black with #A7057A
Text Example
Text Example
White with #A7057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7057A; }
p { color: rgb(167,5,122); }
H1.HeaderClassName
{
color: #A7057A;
}
.AnyTagClassName
{
color: #A7057A;
}
</style>
background-color css
<style>
a { background-color: #A7057A; }
a { background-color: rgb(167,5,122); }
div.DivClassName
{
background-color: #A7057A;
}
.BgClassName
{
background-color: #A7057A;
}
</style>
border-color css
<style>
span { border-color: #A7057A; }
span { border-color: rgb(167,5,122); }
td.TdClassName
{
border-color: #A7057A;
}
.TagClassName
{
border-color: #A7057A;
}
</style>