Shades of Eggplant #A2066D
Tints of Eggplant #A2066D
RGB
CMYK
RGB Variations
Color information
#A2066D (or 0xA2066D) is known color: Eggplant. HEX triplet: A2, 06 and 6D. RGB value is (162,6,109). Sum of RGB (Red+Green+Blue) = 162+6+109=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2066D is #5DF992. Grayscale: #404040. Windows color (decimal): -6158739 or 7145122. OLE color: 7145122.
HSL color Cylindrical-coordinate representation of color #A2066D: hue angle of 320.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2066D is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.36 |
| HSL | 320.38º | 0.93% | 0.33% | - |
| HSV(B) | 320.38º | 0.96% | 0.64% | - |
| XYZ | 17.73 | 8.92 | 15.25 | - |
| YUV | 64.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 109 | 0 | 0.96 | 0.33 | 0.36 | 320.38 | 0.93 | 0.33 |
| Hex | A2 | 6 | 6D | 0 | 60 | 21 | 24 | 140 | 5D | 21 |
| Octal | 242 | 6 | 155 | 0 | 140 | 41 | 44 | 500 | 135 | 41 |
| Binary | 10100010 | 110 | 1101101 | 0 | 1100000 | 100001 | 100100 | 101000000 | 1011101 | 100001 |
Color Harmonies of #A2066D
Complementary color
Monochromatic Colors of #A2066D
Black with #A2066D
Text Example
Text Example
White with #A2066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2066D; }
p { color: rgb(162,6,109); }
H1.HeaderClassName
{
color: #A2066D;
}
.AnyTagClassName
{
color: #A2066D;
}
</style>
background-color css
<style>
a { background-color: #A2066D; }
a { background-color: rgb(162,6,109); }
div.DivClassName
{
background-color: #A2066D;
}
.BgClassName
{
background-color: #A2066D;
}
</style>
border-color css
<style>
span { border-color: #A2066D; }
span { border-color: rgb(162,6,109); }
td.TdClassName
{
border-color: #A2066D;
}
.TagClassName
{
border-color: #A2066D;
}
</style>