Shades of Eggplant #A70681
Tints of Eggplant #A70681
RGB
CMYK
RGB Variations
Color information
#A70681 (or 0xA70681) is known color: Eggplant. HEX triplet: A7, 06 and 81. RGB value is (167,6,129). Sum of RGB (Red+Green+Blue) = 167+6+129=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A70681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70681 is #58F97E. Grayscale: #434343. Windows color (decimal): -5831039 or 8455847. OLE color: 8455847.
HSL color Cylindrical-coordinate representation of color #A70681: hue angle of 314.16º 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 #A70681 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 6 | 129 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.35 |
| HSL | 314.16º | 0.93% | 0.34% | - |
| HSV(B) | 314.16º | 0.96% | 0.65% | - |
| XYZ | 19.96 | 9.93 | 21.63 | - |
| YUV | 68.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 129 | 0 | 0.96 | 0.23 | 0.35 | 314.16 | 0.93 | 0.34 |
| Hex | A7 | 6 | 81 | 0 | 60 | 17 | 23 | 13A | 5D | 22 |
| Octal | 247 | 6 | 201 | 0 | 140 | 27 | 43 | 472 | 135 | 42 |
| Binary | 10100111 | 110 | 10000001 | 0 | 1100000 | 10111 | 100011 | 100111010 | 1011101 | 100010 |
Color Harmonies of #A70681
Complementary color
Monochromatic Colors of #A70681
Black with #A70681
Text Example
Text Example
White with #A70681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70681; }
p { color: rgb(167,6,129); }
H1.HeaderClassName
{
color: #A70681;
}
.AnyTagClassName
{
color: #A70681;
}
</style>
background-color css
<style>
a { background-color: #A70681; }
a { background-color: rgb(167,6,129); }
div.DivClassName
{
background-color: #A70681;
}
.BgClassName
{
background-color: #A70681;
}
</style>
border-color css
<style>
span { border-color: #A70681; }
span { border-color: rgb(167,6,129); }
td.TdClassName
{
border-color: #A70681;
}
.TagClassName
{
border-color: #A70681;
}
</style>