Shades of Eggplant #A2046B
Tints of Eggplant #A2046B
RGB
CMYK
RGB Variations
Color information
#A2046B (or 0xA2046B) is known color: Eggplant. HEX triplet: A2, 04 and 6B. RGB value is (162,4,107). Sum of RGB (Red+Green+Blue) = 162+4+107=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2046B is #5DFB94. Grayscale: #3E3E3E. Windows color (decimal): -6159253 or 7013538. OLE color: 7013538.
HSL color Cylindrical-coordinate representation of color #A2046B: hue angle of 320.89º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2046B is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.36 |
| HSL | 320.89º | 0.95% | 0.33% | - |
| HSV(B) | 320.89º | 0.98% | 0.64% | - |
| XYZ | 17.6 | 8.83 | 14.69 | - |
| YUV | 62.98 | 152.85 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 107 | 0 | 0.98 | 0.34 | 0.36 | 320.89 | 0.95 | 0.33 |
| Hex | A2 | 4 | 6B | 0 | 62 | 22 | 24 | 141 | 5F | 21 |
| Octal | 242 | 4 | 153 | 0 | 142 | 42 | 44 | 501 | 137 | 41 |
| Binary | 10100010 | 100 | 1101011 | 0 | 1100010 | 100010 | 100100 | 101000001 | 1011111 | 100001 |
Color Harmonies of #A2046B
Complementary color
Monochromatic Colors of #A2046B
Black with #A2046B
Text Example
Text Example
White with #A2046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2046B; }
p { color: rgb(162,4,107); }
H1.HeaderClassName
{
color: #A2046B;
}
.AnyTagClassName
{
color: #A2046B;
}
</style>
background-color css
<style>
a { background-color: #A2046B; }
a { background-color: rgb(162,4,107); }
div.DivClassName
{
background-color: #A2046B;
}
.BgClassName
{
background-color: #A2046B;
}
</style>
border-color css
<style>
span { border-color: #A2046B; }
span { border-color: rgb(162,4,107); }
td.TdClassName
{
border-color: #A2046B;
}
.TagClassName
{
border-color: #A2046B;
}
</style>