Shades of Eggplant #A2006F
Tints of Eggplant #A2006F
RGB
CMYK
RGB Variations
Color information
#A2006F (or 0xA2006F) is known color: Eggplant. HEX triplet: A2, 00 and 6F. RGB value is (162,0,111). Sum of RGB (Red+Green+Blue) = 162+0+111=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2006F is #5DFF90. Grayscale: #3C3C3C. Windows color (decimal): -6160273 or 7274658. OLE color: 7274658.
HSL color Cylindrical-coordinate representation of color #A2006F: hue angle of 318.89º 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 #A2006F is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.31 | 0.36 |
| HSL | 318.89º | 1% | 0.32% | - |
| HSV(B) | 318.89º | 1% | 0.64% | - |
| XYZ | 17.77 | 8.83 | 15.81 | - |
| YUV | 61.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 111 | 0 | 1 | 0.31 | 0.36 | 318.89 | 1 | 0.32 |
| Hex | A2 | 0 | 6F | 0 | 64 | 1F | 24 | 13F | 64 | 20 |
| Octal | 242 | 0 | 157 | 0 | 144 | 37 | 44 | 477 | 144 | 40 |
| Binary | 10100010 | 0 | 1101111 | 0 | 1100100 | 11111 | 100100 | 100111111 | 1100100 | 100000 |
Color Harmonies of #A2006F
Complementary color
Monochromatic Colors of #A2006F
Black with #A2006F
Text Example
Text Example
White with #A2006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2006F; }
p { color: rgb(162,0,111); }
H1.HeaderClassName
{
color: #A2006F;
}
.AnyTagClassName
{
color: #A2006F;
}
</style>
background-color css
<style>
a { background-color: #A2006F; }
a { background-color: rgb(162,0,111); }
div.DivClassName
{
background-color: #A2006F;
}
.BgClassName
{
background-color: #A2006F;
}
</style>
border-color css
<style>
span { border-color: #A2006F; }
span { border-color: rgb(162,0,111); }
td.TdClassName
{
border-color: #A2006F;
}
.TagClassName
{
border-color: #A2006F;
}
</style>