Shades of Eggplant #A2007C
Tints of Eggplant #A2007C
RGB
CMYK
RGB Variations
Color information
#A2007C (or 0xA2007C) is known color: Eggplant. HEX triplet: A2, 00 and 7C. RGB value is (162,0,124). Sum of RGB (Red+Green+Blue) = 162+0+124=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2007C is #5DFF83. Grayscale: #3E3E3E. Windows color (decimal): -6160260 or 8126626. OLE color: 8126626.
HSL color Cylindrical-coordinate representation of color #A2007C: hue angle of 314.07º 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 #A2007C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.23 | 0.36 |
| HSL | 314.07º | 1% | 0.32% | - |
| HSV(B) | 314.07º | 1% | 0.64% | - |
| XYZ | 18.54 | 9.14 | 19.86 | - |
| YUV | 62.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 124 | 0 | 1 | 0.23 | 0.36 | 314.07 | 1 | 0.32 |
| Hex | A2 | 0 | 7C | 0 | 64 | 17 | 24 | 13A | 64 | 20 |
| Octal | 242 | 0 | 174 | 0 | 144 | 27 | 44 | 472 | 144 | 40 |
| Binary | 10100010 | 0 | 1111100 | 0 | 1100100 | 10111 | 100100 | 100111010 | 1100100 | 100000 |
Color Harmonies of #A2007C
Complementary color
Monochromatic Colors of #A2007C
Black with #A2007C
Text Example
Text Example
White with #A2007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2007C; }
p { color: rgb(162,0,124); }
H1.HeaderClassName
{
color: #A2007C;
}
.AnyTagClassName
{
color: #A2007C;
}
</style>
background-color css
<style>
a { background-color: #A2007C; }
a { background-color: rgb(162,0,124); }
div.DivClassName
{
background-color: #A2007C;
}
.BgClassName
{
background-color: #A2007C;
}
</style>
border-color css
<style>
span { border-color: #A2007C; }
span { border-color: rgb(162,0,124); }
td.TdClassName
{
border-color: #A2007C;
}
.TagClassName
{
border-color: #A2007C;
}
</style>