Shades of Eggplant #A2026D
Tints of Eggplant #A2026D
RGB
CMYK
RGB Variations
Color information
#A2026D (or 0xA2026D) is known color: Eggplant. HEX triplet: A2, 02 and 6D. RGB value is (162,2,109). Sum of RGB (Red+Green+Blue) = 162+2+109=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2026D is #5DFD92. Grayscale: #3D3D3D. Windows color (decimal): -6159763 or 7144098. OLE color: 7144098.
HSL color Cylindrical-coordinate representation of color #A2026D: hue angle of 319.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2026D is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.36 |
| HSL | 319.88º | 0.98% | 0.32% | - |
| HSV(B) | 319.88º | 0.99% | 0.64% | - |
| XYZ | 17.68 | 8.83 | 15.24 | - |
| YUV | 62.04 | 154.51 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 109 | 0 | 0.99 | 0.33 | 0.36 | 319.88 | 0.98 | 0.32 |
| Hex | A2 | 2 | 6D | 0 | 63 | 21 | 24 | 140 | 62 | 20 |
| Octal | 242 | 2 | 155 | 0 | 143 | 41 | 44 | 500 | 142 | 40 |
| Binary | 10100010 | 10 | 1101101 | 0 | 1100011 | 100001 | 100100 | 101000000 | 1100010 | 100000 |
Color Harmonies of #A2026D
Complementary color
Monochromatic Colors of #A2026D
Black with #A2026D
Text Example
Text Example
White with #A2026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2026D; }
p { color: rgb(162,2,109); }
H1.HeaderClassName
{
color: #A2026D;
}
.AnyTagClassName
{
color: #A2026D;
}
</style>
background-color css
<style>
a { background-color: #A2026D; }
a { background-color: rgb(162,2,109); }
div.DivClassName
{
background-color: #A2026D;
}
.BgClassName
{
background-color: #A2026D;
}
</style>
border-color css
<style>
span { border-color: #A2026D; }
span { border-color: rgb(162,2,109); }
td.TdClassName
{
border-color: #A2026D;
}
.TagClassName
{
border-color: #A2026D;
}
</style>