Shades of Eggplant #A7007D
Tints of Eggplant #A7007D
RGB
CMYK
RGB Variations
Color information
#A7007D (or 0xA7007D) is known color: Eggplant. HEX triplet: A7, 00 and 7D. RGB value is (167,0,125). Sum of RGB (Red+Green+Blue) = 167+0+125=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A7007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7007D is #58FF82. Grayscale: #3F3F3F. Windows color (decimal): -5832579 or 8192167. OLE color: 8192167.
HSL color Cylindrical-coordinate representation of color #A7007D: hue angle of 315.09º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7007D is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.25 | 0.35 |
| HSL | 315.09º | 1% | 0.33% | - |
| HSV(B) | 315.09º | 1% | 0.65% | - |
| XYZ | 19.64 | 9.7 | 20.24 | - |
| YUV | 64.18 | 162.33 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 125 | 0 | 1 | 0.25 | 0.35 | 315.09 | 1 | 0.33 |
| Hex | A7 | 0 | 7D | 0 | 64 | 19 | 23 | 13B | 64 | 21 |
| Octal | 247 | 0 | 175 | 0 | 144 | 31 | 43 | 473 | 144 | 41 |
| Binary | 10100111 | 0 | 1111101 | 0 | 1100100 | 11001 | 100011 | 100111011 | 1100100 | 100001 |
Color Harmonies of #A7007D
Complementary color
Monochromatic Colors of #A7007D
Black with #A7007D
Text Example
Text Example
White with #A7007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7007D; }
p { color: rgb(167,0,125); }
H1.HeaderClassName
{
color: #A7007D;
}
.AnyTagClassName
{
color: #A7007D;
}
</style>
background-color css
<style>
a { background-color: #A7007D; }
a { background-color: rgb(167,0,125); }
div.DivClassName
{
background-color: #A7007D;
}
.BgClassName
{
background-color: #A7007D;
}
</style>
border-color css
<style>
span { border-color: #A7007D; }
span { border-color: rgb(167,0,125); }
td.TdClassName
{
border-color: #A7007D;
}
.TagClassName
{
border-color: #A7007D;
}
</style>