Shades of Eggplant #A2007E
Tints of Eggplant #A2007E
RGB
CMYK
RGB Variations
Color information
#A2007E (or 0xA2007E) is known color: Eggplant. HEX triplet: A2, 00 and 7E. RGB value is (162,0,126). Sum of RGB (Red+Green+Blue) = 162+0+126=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2007E is #5DFF81. Grayscale: #3E3E3E. Windows color (decimal): -6160258 or 8257698. OLE color: 8257698.
HSL color Cylindrical-coordinate representation of color #A2007E: hue angle of 313.33º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2007E is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.22 | 0.36 |
| HSL | 313.33º | 1% | 0.32% | - |
| HSV(B) | 313.33º | 1% | 0.64% | - |
| XYZ | 18.67 | 9.19 | 20.53 | - |
| YUV | 62.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 126 | 0 | 1 | 0.22 | 0.36 | 313.33 | 1 | 0.32 |
| Hex | A2 | 0 | 7E | 0 | 64 | 16 | 24 | 139 | 64 | 20 |
| Octal | 242 | 0 | 176 | 0 | 144 | 26 | 44 | 471 | 144 | 40 |
| Binary | 10100010 | 0 | 1111110 | 0 | 1100100 | 10110 | 100100 | 100111001 | 1100100 | 100000 |
Color Harmonies of #A2007E
Complementary color
Monochromatic Colors of #A2007E
Black with #A2007E
Text Example
Text Example
White with #A2007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2007E; }
p { color: rgb(162,0,126); }
H1.HeaderClassName
{
color: #A2007E;
}
.AnyTagClassName
{
color: #A2007E;
}
</style>
background-color css
<style>
a { background-color: #A2007E; }
a { background-color: rgb(162,0,126); }
div.DivClassName
{
background-color: #A2007E;
}
.BgClassName
{
background-color: #A2007E;
}
</style>
border-color css
<style>
span { border-color: #A2007E; }
span { border-color: rgb(162,0,126); }
td.TdClassName
{
border-color: #A2007E;
}
.TagClassName
{
border-color: #A2007E;
}
</style>