Shades of Eggplant #A2006E
Tints of Eggplant #A2006E
RGB
CMYK
RGB Variations
Color information
#A2006E (or 0xA2006E) is known color: Eggplant. HEX triplet: A2, 00 and 6E. RGB value is (162,0,110). Sum of RGB (Red+Green+Blue) = 162+0+110=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2006E is #5DFF91. Grayscale: #3C3C3C. Windows color (decimal): -6160274 or 7209122. OLE color: 7209122.
HSL color Cylindrical-coordinate representation of color #A2006E: hue angle of 319.26º 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 #A2006E is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.32 | 0.36 |
| HSL | 319.26º | 1% | 0.32% | - |
| HSV(B) | 319.26º | 1% | 0.64% | - |
| XYZ | 17.71 | 8.81 | 15.52 | - |
| YUV | 60.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 110 | 0 | 1 | 0.32 | 0.36 | 319.26 | 1 | 0.32 |
| Hex | A2 | 0 | 6E | 0 | 64 | 20 | 24 | 13F | 64 | 20 |
| Octal | 242 | 0 | 156 | 0 | 144 | 40 | 44 | 477 | 144 | 40 |
| Binary | 10100010 | 0 | 1101110 | 0 | 1100100 | 100000 | 100100 | 100111111 | 1100100 | 100000 |
Color Harmonies of #A2006E
Complementary color
Monochromatic Colors of #A2006E
Black with #A2006E
Text Example
Text Example
White with #A2006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2006E; }
p { color: rgb(162,0,110); }
H1.HeaderClassName
{
color: #A2006E;
}
.AnyTagClassName
{
color: #A2006E;
}
</style>
background-color css
<style>
a { background-color: #A2006E; }
a { background-color: rgb(162,0,110); }
div.DivClassName
{
background-color: #A2006E;
}
.BgClassName
{
background-color: #A2006E;
}
</style>
border-color css
<style>
span { border-color: #A2006E; }
span { border-color: rgb(162,0,110); }
td.TdClassName
{
border-color: #A2006E;
}
.TagClassName
{
border-color: #A2006E;
}
</style>