Shades of Eggplant #A7077F
Tints of Eggplant #A7077F
RGB
CMYK
RGB Variations
Color information
#A7077F (or 0xA7077F) is known color: Eggplant. HEX triplet: A7, 07 and 7F. RGB value is (167,7,127). Sum of RGB (Red+Green+Blue) = 167+7+127=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A7077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7077F is #58F880. Grayscale: #444444. Windows color (decimal): -5830785 or 8325031. OLE color: 8325031.
HSL color Cylindrical-coordinate representation of color #A7077F: hue angle of 315º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7077F is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 127 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.35 |
| HSL | 315º | 0.92% | 0.34% | - |
| HSV(B) | 315º | 0.96% | 0.65% | - |
| XYZ | 19.84 | 9.9 | 20.94 | - |
| YUV | 68.52 | 161.01 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 127 | 0 | 0.96 | 0.24 | 0.35 | 315 | 0.92 | 0.34 |
| Hex | A7 | 7 | 7F | 0 | 60 | 18 | 23 | 13B | 5C | 22 |
| Octal | 247 | 7 | 177 | 0 | 140 | 30 | 43 | 473 | 134 | 42 |
| Binary | 10100111 | 111 | 1111111 | 0 | 1100000 | 11000 | 100011 | 100111011 | 1011100 | 100010 |
Color Harmonies of #A7077F
Complementary color
Monochromatic Colors of #A7077F
Black with #A7077F
Text Example
Text Example
White with #A7077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7077F; }
p { color: rgb(167,7,127); }
H1.HeaderClassName
{
color: #A7077F;
}
.AnyTagClassName
{
color: #A7077F;
}
</style>
background-color css
<style>
a { background-color: #A7077F; }
a { background-color: rgb(167,7,127); }
div.DivClassName
{
background-color: #A7077F;
}
.BgClassName
{
background-color: #A7077F;
}
</style>
border-color css
<style>
span { border-color: #A7077F; }
span { border-color: rgb(167,7,127); }
td.TdClassName
{
border-color: #A7077F;
}
.TagClassName
{
border-color: #A7077F;
}
</style>