Shades of Eggplant #A70380
Tints of Eggplant #A70380
RGB
CMYK
RGB Variations
Color information
#A70380 (or 0xA70380) is known color: Eggplant. HEX triplet: A7, 03 and 80. RGB value is (167,3,128). Sum of RGB (Red+Green+Blue) = 167+3+128=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A70380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70380 is #58FC7F. Grayscale: #414141. Windows color (decimal): -5831808 or 8389543. OLE color: 8389543.
HSL color Cylindrical-coordinate representation of color #A70380: hue angle of 314.27º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70380 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.35 |
| HSL | 314.27º | 0.96% | 0.33% | - |
| HSV(B) | 314.27º | 0.98% | 0.65% | - |
| XYZ | 19.87 | 9.84 | 21.27 | - |
| YUV | 66.29 | 162.83 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 128 | 0 | 0.98 | 0.23 | 0.35 | 314.27 | 0.96 | 0.33 |
| Hex | A7 | 3 | 80 | 0 | 62 | 17 | 23 | 13A | 60 | 21 |
| Octal | 247 | 3 | 200 | 0 | 142 | 27 | 43 | 472 | 140 | 41 |
| Binary | 10100111 | 11 | 10000000 | 0 | 1100010 | 10111 | 100011 | 100111010 | 1100000 | 100001 |
Color Harmonies of #A70380
Complementary color
Monochromatic Colors of #A70380
Black with #A70380
Text Example
Text Example
White with #A70380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70380; }
p { color: rgb(167,3,128); }
H1.HeaderClassName
{
color: #A70380;
}
.AnyTagClassName
{
color: #A70380;
}
</style>
background-color css
<style>
a { background-color: #A70380; }
a { background-color: rgb(167,3,128); }
div.DivClassName
{
background-color: #A70380;
}
.BgClassName
{
background-color: #A70380;
}
</style>
border-color css
<style>
span { border-color: #A70380; }
span { border-color: rgb(167,3,128); }
td.TdClassName
{
border-color: #A70380;
}
.TagClassName
{
border-color: #A70380;
}
</style>