Shades of Eggplant #A70270
Tints of Eggplant #A70270
RGB
CMYK
RGB Variations
Color information
#A70270 (or 0xA70270) is known color: Eggplant. HEX triplet: A7, 02 and 70. RGB value is (167,2,112). Sum of RGB (Red+Green+Blue) = 167+2+112=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A70270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70270 is #58FD8F. Grayscale: #3F3F3F. Windows color (decimal): -5832080 or 7340711. OLE color: 7340711.
HSL color Cylindrical-coordinate representation of color #A70270: hue angle of 320º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70270 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.35 |
| HSL | 320º | 0.98% | 0.33% | - |
| HSV(B) | 320º | 0.99% | 0.65% | - |
| XYZ | 18.88 | 9.43 | 16.15 | - |
| YUV | 63.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 112 | 0 | 0.99 | 0.33 | 0.35 | 320 | 0.98 | 0.33 |
| Hex | A7 | 2 | 70 | 0 | 63 | 21 | 23 | 140 | 62 | 21 |
| Octal | 247 | 2 | 160 | 0 | 143 | 41 | 43 | 500 | 142 | 41 |
| Binary | 10100111 | 10 | 1110000 | 0 | 1100011 | 100001 | 100011 | 101000000 | 1100010 | 100001 |
Color Harmonies of #A70270
Complementary color
Monochromatic Colors of #A70270
Black with #A70270
Text Example
Text Example
White with #A70270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70270; }
p { color: rgb(167,2,112); }
H1.HeaderClassName
{
color: #A70270;
}
.AnyTagClassName
{
color: #A70270;
}
</style>
background-color css
<style>
a { background-color: #A70270; }
a { background-color: rgb(167,2,112); }
div.DivClassName
{
background-color: #A70270;
}
.BgClassName
{
background-color: #A70270;
}
</style>
border-color css
<style>
span { border-color: #A70270; }
span { border-color: rgb(167,2,112); }
td.TdClassName
{
border-color: #A70270;
}
.TagClassName
{
border-color: #A70270;
}
</style>