Shades of Eggplant #A70372
Tints of Eggplant #A70372
RGB
CMYK
RGB Variations
Color information
#A70372 (or 0xA70372) is known color: Eggplant. HEX triplet: A7, 03 and 72. RGB value is (167,3,114). Sum of RGB (Red+Green+Blue) = 167+3+114=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A70372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70372 is #58FC8D. Grayscale: #404040. Windows color (decimal): -5831822 or 7472039. OLE color: 7472039.
HSL color Cylindrical-coordinate representation of color #A70372: hue angle of 319.39º 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 #A70372 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.35 |
| HSL | 319.39º | 0.96% | 0.33% | - |
| HSV(B) | 319.39º | 0.98% | 0.65% | - |
| XYZ | 19.01 | 9.5 | 16.75 | - |
| YUV | 64.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 114 | 0 | 0.98 | 0.32 | 0.35 | 319.39 | 0.96 | 0.33 |
| Hex | A7 | 3 | 72 | 0 | 62 | 20 | 23 | 13F | 60 | 21 |
| Octal | 247 | 3 | 162 | 0 | 142 | 40 | 43 | 477 | 140 | 41 |
| Binary | 10100111 | 11 | 1110010 | 0 | 1100010 | 100000 | 100011 | 100111111 | 1100000 | 100001 |
Color Harmonies of #A70372
Complementary color
Monochromatic Colors of #A70372
Black with #A70372
Text Example
Text Example
White with #A70372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70372; }
p { color: rgb(167,3,114); }
H1.HeaderClassName
{
color: #A70372;
}
.AnyTagClassName
{
color: #A70372;
}
</style>
background-color css
<style>
a { background-color: #A70372; }
a { background-color: rgb(167,3,114); }
div.DivClassName
{
background-color: #A70372;
}
.BgClassName
{
background-color: #A70372;
}
</style>
border-color css
<style>
span { border-color: #A70372; }
span { border-color: rgb(167,3,114); }
td.TdClassName
{
border-color: #A70372;
}
.TagClassName
{
border-color: #A70372;
}
</style>