Shades of Eggplant #A70676
Tints of Eggplant #A70676
RGB
CMYK
RGB Variations
Color information
#A70676 (or 0xA70676) is known color: Eggplant. HEX triplet: A7, 06 and 76. RGB value is (167,6,118). Sum of RGB (Red+Green+Blue) = 167+6+118=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A70676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70676 is #58F989. Grayscale: #424242. Windows color (decimal): -5831050 or 7734951. OLE color: 7734951.
HSL color Cylindrical-coordinate representation of color #A70676: hue angle of 318.26º degrees, saturation: 0.93, 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 #A70676 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 6 | 118 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.35 |
| HSL | 318.26º | 0.93% | 0.34% | - |
| HSV(B) | 318.26º | 0.96% | 0.65% | - |
| XYZ | 19.27 | 9.65 | 17.99 | - |
| YUV | 66.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 118 | 0 | 0.96 | 0.29 | 0.35 | 318.26 | 0.93 | 0.34 |
| Hex | A7 | 6 | 76 | 0 | 60 | 1D | 23 | 13E | 5D | 22 |
| Octal | 247 | 6 | 166 | 0 | 140 | 35 | 43 | 476 | 135 | 42 |
| Binary | 10100111 | 110 | 1110110 | 0 | 1100000 | 11101 | 100011 | 100111110 | 1011101 | 100010 |
Color Harmonies of #A70676
Complementary color
Monochromatic Colors of #A70676
Black with #A70676
Text Example
Text Example
White with #A70676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70676; }
p { color: rgb(167,6,118); }
H1.HeaderClassName
{
color: #A70676;
}
.AnyTagClassName
{
color: #A70676;
}
</style>
background-color css
<style>
a { background-color: #A70676; }
a { background-color: rgb(167,6,118); }
div.DivClassName
{
background-color: #A70676;
}
.BgClassName
{
background-color: #A70676;
}
</style>
border-color css
<style>
span { border-color: #A70676; }
span { border-color: rgb(167,6,118); }
td.TdClassName
{
border-color: #A70676;
}
.TagClassName
{
border-color: #A70676;
}
</style>