Shades of Eggplant #A2076F
Tints of Eggplant #A2076F
RGB
CMYK
RGB Variations
Color information
#A2076F (or 0xA2076F) is known color: Eggplant. HEX triplet: A2, 07 and 6F. RGB value is (162,7,111). Sum of RGB (Red+Green+Blue) = 162+7+111=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2076F is #5DF890. Grayscale: #404040. Windows color (decimal): -6158481 or 7276450. OLE color: 7276450.
HSL color Cylindrical-coordinate representation of color #A2076F: hue angle of 319.74º degrees, saturation: 0.92, 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 #A2076F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 111 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.36 |
| HSL | 319.74º | 0.92% | 0.33% | - |
| HSV(B) | 319.74º | 0.96% | 0.64% | - |
| XYZ | 17.85 | 8.98 | 15.83 | - |
| YUV | 65.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 111 | 0 | 0.96 | 0.31 | 0.36 | 319.74 | 0.92 | 0.33 |
| Hex | A2 | 7 | 6F | 0 | 60 | 1F | 24 | 140 | 5C | 21 |
| Octal | 242 | 7 | 157 | 0 | 140 | 37 | 44 | 500 | 134 | 41 |
| Binary | 10100010 | 111 | 1101111 | 0 | 1100000 | 11111 | 100100 | 101000000 | 1011100 | 100001 |
Color Harmonies of #A2076F
Complementary color
Monochromatic Colors of #A2076F
Black with #A2076F
Text Example
Text Example
White with #A2076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2076F; }
p { color: rgb(162,7,111); }
H1.HeaderClassName
{
color: #A2076F;
}
.AnyTagClassName
{
color: #A2076F;
}
</style>
background-color css
<style>
a { background-color: #A2076F; }
a { background-color: rgb(162,7,111); }
div.DivClassName
{
background-color: #A2076F;
}
.BgClassName
{
background-color: #A2076F;
}
</style>
border-color css
<style>
span { border-color: #A2076F; }
span { border-color: rgb(162,7,111); }
td.TdClassName
{
border-color: #A2076F;
}
.TagClassName
{
border-color: #A2076F;
}
</style>