Shades of Eggplant #A70581
Tints of Eggplant #A70581
RGB
CMYK
RGB Variations
Color information
#A70581 (or 0xA70581) is known color: Eggplant. HEX triplet: A7, 05 and 81. RGB value is (167,5,129). Sum of RGB (Red+Green+Blue) = 167+5+129=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A70581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70581 is #58FA7E. Grayscale: #434343. Windows color (decimal): -5831295 or 8455591. OLE color: 8455591.
HSL color Cylindrical-coordinate representation of color #A70581: hue angle of 314.07º 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 #A70581 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 129 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.35 |
| HSL | 314.07º | 0.94% | 0.34% | - |
| HSV(B) | 314.07º | 0.97% | 0.65% | - |
| XYZ | 19.95 | 9.91 | 21.63 | - |
| YUV | 67.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 129 | 0 | 0.97 | 0.23 | 0.35 | 314.07 | 0.94 | 0.34 |
| Hex | A7 | 5 | 81 | 0 | 61 | 17 | 23 | 13A | 5E | 22 |
| Octal | 247 | 5 | 201 | 0 | 141 | 27 | 43 | 472 | 136 | 42 |
| Binary | 10100111 | 101 | 10000001 | 0 | 1100001 | 10111 | 100011 | 100111010 | 1011110 | 100010 |
Color Harmonies of #A70581
Complementary color
Monochromatic Colors of #A70581
Black with #A70581
Text Example
Text Example
White with #A70581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70581; }
p { color: rgb(167,5,129); }
H1.HeaderClassName
{
color: #A70581;
}
.AnyTagClassName
{
color: #A70581;
}
</style>
background-color css
<style>
a { background-color: #A70581; }
a { background-color: rgb(167,5,129); }
div.DivClassName
{
background-color: #A70581;
}
.BgClassName
{
background-color: #A70581;
}
</style>
border-color css
<style>
span { border-color: #A70581; }
span { border-color: rgb(167,5,129); }
td.TdClassName
{
border-color: #A70581;
}
.TagClassName
{
border-color: #A70581;
}
</style>