Shades of Eggplant #A70172
Tints of Eggplant #A70172
RGB
CMYK
RGB Variations
Color information
#A70172 (or 0xA70172) is known color: Eggplant. HEX triplet: A7, 01 and 72. RGB value is (167,1,114). Sum of RGB (Red+Green+Blue) = 167+1+114=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A70172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70172 is #58FE8D. Grayscale: #3F3F3F. Windows color (decimal): -5832334 or 7471527. OLE color: 7471527.
HSL color Cylindrical-coordinate representation of color #A70172: hue angle of 319.16º degrees, saturation: 0.99, 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 #A70172 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.35 |
| HSL | 319.16º | 0.99% | 0.33% | - |
| HSV(B) | 319.16º | 0.99% | 0.65% | - |
| XYZ | 18.98 | 9.45 | 16.74 | - |
| YUV | 63.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 114 | 0 | 0.99 | 0.32 | 0.35 | 319.16 | 0.99 | 0.33 |
| Hex | A7 | 1 | 72 | 0 | 63 | 20 | 23 | 13F | 63 | 21 |
| Octal | 247 | 1 | 162 | 0 | 143 | 40 | 43 | 477 | 143 | 41 |
| Binary | 10100111 | 1 | 1110010 | 0 | 1100011 | 100000 | 100011 | 100111111 | 1100011 | 100001 |
Color Harmonies of #A70172
Complementary color
Monochromatic Colors of #A70172
Black with #A70172
Text Example
Text Example
White with #A70172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70172; }
p { color: rgb(167,1,114); }
H1.HeaderClassName
{
color: #A70172;
}
.AnyTagClassName
{
color: #A70172;
}
</style>
background-color css
<style>
a { background-color: #A70172; }
a { background-color: rgb(167,1,114); }
div.DivClassName
{
background-color: #A70172;
}
.BgClassName
{
background-color: #A70172;
}
</style>
border-color css
<style>
span { border-color: #A70172; }
span { border-color: rgb(167,1,114); }
td.TdClassName
{
border-color: #A70172;
}
.TagClassName
{
border-color: #A70172;
}
</style>