Shades of Eggplant #A7057F
Tints of Eggplant #A7057F
RGB
CMYK
RGB Variations
Color information
#A7057F (or 0xA7057F) is known color: Eggplant. HEX triplet: A7, 05 and 7F. RGB value is (167,5,127). Sum of RGB (Red+Green+Blue) = 167+5+127=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A7057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7057F is #58FA80. Grayscale: #434343. Windows color (decimal): -5831297 or 8324519. OLE color: 8324519.
HSL color Cylindrical-coordinate representation of color #A7057F: hue angle of 314.81º 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 #A7057F is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 127 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.35 |
| HSL | 314.81º | 0.94% | 0.34% | - |
| HSV(B) | 314.81º | 0.97% | 0.65% | - |
| XYZ | 19.82 | 9.86 | 20.94 | - |
| YUV | 67.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 127 | 0 | 0.97 | 0.24 | 0.35 | 314.81 | 0.94 | 0.34 |
| Hex | A7 | 5 | 7F | 0 | 61 | 18 | 23 | 13B | 5E | 22 |
| Octal | 247 | 5 | 177 | 0 | 141 | 30 | 43 | 473 | 136 | 42 |
| Binary | 10100111 | 101 | 1111111 | 0 | 1100001 | 11000 | 100011 | 100111011 | 1011110 | 100010 |
Color Harmonies of #A7057F
Complementary color
Monochromatic Colors of #A7057F
Black with #A7057F
Text Example
Text Example
White with #A7057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7057F; }
p { color: rgb(167,5,127); }
H1.HeaderClassName
{
color: #A7057F;
}
.AnyTagClassName
{
color: #A7057F;
}
</style>
background-color css
<style>
a { background-color: #A7057F; }
a { background-color: rgb(167,5,127); }
div.DivClassName
{
background-color: #A7057F;
}
.BgClassName
{
background-color: #A7057F;
}
</style>
border-color css
<style>
span { border-color: #A7057F; }
span { border-color: rgb(167,5,127); }
td.TdClassName
{
border-color: #A7057F;
}
.TagClassName
{
border-color: #A7057F;
}
</style>