Shades of Eggplant #A70080
Tints of Eggplant #A70080
RGB
CMYK
RGB Variations
Color information
#A70080 (or 0xA70080) is known color: Eggplant. HEX triplet: A7, 00 and 80. RGB value is (167,0,128). Sum of RGB (Red+Green+Blue) = 167+0+128=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A70080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70080 is #58FF7F. Grayscale: #404040. Windows color (decimal): -5832576 or 8388775. OLE color: 8388775.
HSL color Cylindrical-coordinate representation of color #A70080: hue angle of 314.01º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70080 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.23 | 0.35 |
| HSL | 314.01º | 1% | 0.33% | - |
| HSV(B) | 314.01º | 1% | 0.65% | - |
| XYZ | 19.83 | 9.77 | 21.26 | - |
| YUV | 64.53 | 163.83 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 128 | 0 | 1 | 0.23 | 0.35 | 314.01 | 1 | 0.33 |
| Hex | A7 | 0 | 80 | 0 | 64 | 17 | 23 | 13A | 64 | 21 |
| Octal | 247 | 0 | 200 | 0 | 144 | 27 | 43 | 472 | 144 | 41 |
| Binary | 10100111 | 0 | 10000000 | 0 | 1100100 | 10111 | 100011 | 100111010 | 1100100 | 100001 |
Color Harmonies of #A70080
Complementary color
Monochromatic Colors of #A70080
Black with #A70080
Text Example
Text Example
White with #A70080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70080; }
p { color: rgb(167,0,128); }
H1.HeaderClassName
{
color: #A70080;
}
.AnyTagClassName
{
color: #A70080;
}
</style>
background-color css
<style>
a { background-color: #A70080; }
a { background-color: rgb(167,0,128); }
div.DivClassName
{
background-color: #A70080;
}
.BgClassName
{
background-color: #A70080;
}
</style>
border-color css
<style>
span { border-color: #A70080; }
span { border-color: rgb(167,0,128); }
td.TdClassName
{
border-color: #A70080;
}
.TagClassName
{
border-color: #A70080;
}
</style>