Shades of Eggplant #A70375
Tints of Eggplant #A70375
RGB
CMYK
RGB Variations
Color information
#A70375 (or 0xA70375) is known color: Eggplant. HEX triplet: A7, 03 and 75. RGB value is (167,3,117). Sum of RGB (Red+Green+Blue) = 167+3+117=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A70375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70375 is #58FC8A. Grayscale: #404040. Windows color (decimal): -5831819 or 7668647. OLE color: 7668647.
HSL color Cylindrical-coordinate representation of color #A70375: hue angle of 318.29º 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 #A70375 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.35 |
| HSL | 318.29º | 0.96% | 0.33% | - |
| HSV(B) | 318.29º | 0.98% | 0.65% | - |
| XYZ | 19.18 | 9.56 | 17.66 | - |
| YUV | 65.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 117 | 0 | 0.98 | 0.30 | 0.35 | 318.29 | 0.96 | 0.33 |
| Hex | A7 | 3 | 75 | 0 | 62 | 1E | 23 | 13E | 60 | 21 |
| Octal | 247 | 3 | 165 | 0 | 142 | 36 | 43 | 476 | 140 | 41 |
| Binary | 10100111 | 11 | 1110101 | 0 | 1100010 | 11110 | 100011 | 100111110 | 1100000 | 100001 |
Color Harmonies of #A70375
Complementary color
Monochromatic Colors of #A70375
Black with #A70375
Text Example
Text Example
White with #A70375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70375; }
p { color: rgb(167,3,117); }
H1.HeaderClassName
{
color: #A70375;
}
.AnyTagClassName
{
color: #A70375;
}
</style>
background-color css
<style>
a { background-color: #A70375; }
a { background-color: rgb(167,3,117); }
div.DivClassName
{
background-color: #A70375;
}
.BgClassName
{
background-color: #A70375;
}
</style>
border-color css
<style>
span { border-color: #A70375; }
span { border-color: rgb(167,3,117); }
td.TdClassName
{
border-color: #A70375;
}
.TagClassName
{
border-color: #A70375;
}
</style>