Shades of Eggplant #A70275
Tints of Eggplant #A70275
RGB
CMYK
RGB Variations
Color information
#A70275 (or 0xA70275) is known color: Eggplant. HEX triplet: A7, 02 and 75. RGB value is (167,2,117). Sum of RGB (Red+Green+Blue) = 167+2+117=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A70275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70275 is #58FD8A. Grayscale: #404040. Windows color (decimal): -5832075 or 7668391. OLE color: 7668391.
HSL color Cylindrical-coordinate representation of color #A70275: hue angle of 318.18º 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 #A70275 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.35 |
| HSL | 318.18º | 0.98% | 0.33% | - |
| HSV(B) | 318.18º | 0.99% | 0.65% | - |
| XYZ | 19.17 | 9.54 | 17.66 | - |
| YUV | 64.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 117 | 0 | 0.99 | 0.30 | 0.35 | 318.18 | 0.98 | 0.33 |
| Hex | A7 | 2 | 75 | 0 | 63 | 1E | 23 | 13E | 62 | 21 |
| Octal | 247 | 2 | 165 | 0 | 143 | 36 | 43 | 476 | 142 | 41 |
| Binary | 10100111 | 10 | 1110101 | 0 | 1100011 | 11110 | 100011 | 100111110 | 1100010 | 100001 |
Color Harmonies of #A70275
Complementary color
Monochromatic Colors of #A70275
Black with #A70275
Text Example
Text Example
White with #A70275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70275; }
p { color: rgb(167,2,117); }
H1.HeaderClassName
{
color: #A70275;
}
.AnyTagClassName
{
color: #A70275;
}
</style>
background-color css
<style>
a { background-color: #A70275; }
a { background-color: rgb(167,2,117); }
div.DivClassName
{
background-color: #A70275;
}
.BgClassName
{
background-color: #A70275;
}
</style>
border-color css
<style>
span { border-color: #A70275; }
span { border-color: rgb(167,2,117); }
td.TdClassName
{
border-color: #A70275;
}
.TagClassName
{
border-color: #A70275;
}
</style>