Shades of Eggplant #A7007A
Tints of Eggplant #A7007A
RGB
CMYK
RGB Variations
Color information
#A7007A (or 0xA7007A) is known color: Eggplant. HEX triplet: A7, 00 and 7A. RGB value is (167,0,122). Sum of RGB (Red+Green+Blue) = 167+0+122=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A7007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7007A is #58FF85. Grayscale: #3F3F3F. Windows color (decimal): -5832582 or 7995559. OLE color: 7995559.
HSL color Cylindrical-coordinate representation of color #A7007A: hue angle of 316.17º 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 #A7007A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.27 | 0.35 |
| HSL | 316.17º | 1% | 0.33% | - |
| HSV(B) | 316.17º | 1% | 0.65% | - |
| XYZ | 19.45 | 9.62 | 19.24 | - |
| YUV | 63.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 122 | 0 | 1 | 0.27 | 0.35 | 316.17 | 1 | 0.33 |
| Hex | A7 | 0 | 7A | 0 | 64 | 1B | 23 | 13C | 64 | 21 |
| Octal | 247 | 0 | 172 | 0 | 144 | 33 | 43 | 474 | 144 | 41 |
| Binary | 10100111 | 0 | 1111010 | 0 | 1100100 | 11011 | 100011 | 100111100 | 1100100 | 100001 |
Color Harmonies of #A7007A
Complementary color
Monochromatic Colors of #A7007A
Black with #A7007A
Text Example
Text Example
White with #A7007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7007A; }
p { color: rgb(167,0,122); }
H1.HeaderClassName
{
color: #A7007A;
}
.AnyTagClassName
{
color: #A7007A;
}
</style>
background-color css
<style>
a { background-color: #A7007A; }
a { background-color: rgb(167,0,122); }
div.DivClassName
{
background-color: #A7007A;
}
.BgClassName
{
background-color: #A7007A;
}
</style>
border-color css
<style>
span { border-color: #A7007A; }
span { border-color: rgb(167,0,122); }
td.TdClassName
{
border-color: #A7007A;
}
.TagClassName
{
border-color: #A7007A;
}
</style>