Shades of Eggplant #A2046F
Tints of Eggplant #A2046F
RGB
CMYK
RGB Variations
Color information
#A2046F (or 0xA2046F) is known color: Eggplant. HEX triplet: A2, 04 and 6F. RGB value is (162,4,111). Sum of RGB (Red+Green+Blue) = 162+4+111=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2046F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2046F is #5DFB90. Grayscale: #3F3F3F. Windows color (decimal): -6159249 or 7275682. OLE color: 7275682.
HSL color Cylindrical-coordinate representation of color #A2046F: hue angle of 319.37º 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 #A2046F is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.36 |
| HSL | 319.37º | 0.95% | 0.33% | - |
| HSV(B) | 319.37º | 0.98% | 0.64% | - |
| XYZ | 17.81 | 8.92 | 15.82 | - |
| YUV | 63.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 111 | 0 | 0.98 | 0.31 | 0.36 | 319.37 | 0.95 | 0.33 |
| Hex | A2 | 4 | 6F | 0 | 62 | 1F | 24 | 13F | 5F | 21 |
| Octal | 242 | 4 | 157 | 0 | 142 | 37 | 44 | 477 | 137 | 41 |
| Binary | 10100010 | 100 | 1101111 | 0 | 1100010 | 11111 | 100100 | 100111111 | 1011111 | 100001 |
Color Harmonies of #A2046F
Complementary color
Monochromatic Colors of #A2046F
Black with #A2046F
Text Example
Text Example
White with #A2046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2046F; }
p { color: rgb(162,4,111); }
H1.HeaderClassName
{
color: #A2046F;
}
.AnyTagClassName
{
color: #A2046F;
}
</style>
background-color css
<style>
a { background-color: #A2046F; }
a { background-color: rgb(162,4,111); }
div.DivClassName
{
background-color: #A2046F;
}
.BgClassName
{
background-color: #A2046F;
}
</style>
border-color css
<style>
span { border-color: #A2046F; }
span { border-color: rgb(162,4,111); }
td.TdClassName
{
border-color: #A2046F;
}
.TagClassName
{
border-color: #A2046F;
}
</style>