Shades of Eggplant #A7056D
Tints of Eggplant #A7056D
RGB
CMYK
RGB Variations
Color information
#A7056D (or 0xA7056D) is known color: Eggplant. HEX triplet: A7, 05 and 6D. RGB value is (167,5,109). Sum of RGB (Red+Green+Blue) = 167+5+109=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A7056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7056D is #58FA92. Grayscale: #414141. Windows color (decimal): -5831315 or 7144871. OLE color: 7144871.
HSL color Cylindrical-coordinate representation of color #A7056D: hue angle of 321.48º 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 #A7056D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.35 |
| HSL | 321.48º | 0.94% | 0.34% | - |
| HSV(B) | 321.48º | 0.97% | 0.65% | - |
| XYZ | 18.75 | 9.43 | 15.3 | - |
| YUV | 65.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 109 | 0 | 0.97 | 0.35 | 0.35 | 321.48 | 0.94 | 0.34 |
| Hex | A7 | 5 | 6D | 0 | 61 | 23 | 23 | 141 | 5E | 22 |
| Octal | 247 | 5 | 155 | 0 | 141 | 43 | 43 | 501 | 136 | 42 |
| Binary | 10100111 | 101 | 1101101 | 0 | 1100001 | 100011 | 100011 | 101000001 | 1011110 | 100010 |
Color Harmonies of #A7056D
Complementary color
Monochromatic Colors of #A7056D
Black with #A7056D
Text Example
Text Example
White with #A7056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7056D; }
p { color: rgb(167,5,109); }
H1.HeaderClassName
{
color: #A7056D;
}
.AnyTagClassName
{
color: #A7056D;
}
</style>
background-color css
<style>
a { background-color: #A7056D; }
a { background-color: rgb(167,5,109); }
div.DivClassName
{
background-color: #A7056D;
}
.BgClassName
{
background-color: #A7056D;
}
</style>
border-color css
<style>
span { border-color: #A7056D; }
span { border-color: rgb(167,5,109); }
td.TdClassName
{
border-color: #A7056D;
}
.TagClassName
{
border-color: #A7056D;
}
</style>