Shades of Eggplant #A2077D
Tints of Eggplant #A2077D
RGB
CMYK
RGB Variations
Color information
#A2077D (or 0xA2077D) is known color: Eggplant. HEX triplet: A2, 07 and 7D. RGB value is (162,7,125). Sum of RGB (Red+Green+Blue) = 162+7+125=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2077D is #5DF882. Grayscale: #424242. Windows color (decimal): -6158467 or 8193954. OLE color: 8193954.
HSL color Cylindrical-coordinate representation of color #A2077D: hue angle of 314.32º 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 #A2077D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 125 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.36 |
| HSL | 314.32º | 0.92% | 0.33% | - |
| HSV(B) | 314.32º | 0.96% | 0.64% | - |
| XYZ | 18.68 | 9.31 | 20.22 | - |
| YUV | 66.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 125 | 0 | 0.96 | 0.23 | 0.36 | 314.32 | 0.92 | 0.33 |
| Hex | A2 | 7 | 7D | 0 | 60 | 17 | 24 | 13A | 5C | 21 |
| Octal | 242 | 7 | 175 | 0 | 140 | 27 | 44 | 472 | 134 | 41 |
| Binary | 10100010 | 111 | 1111101 | 0 | 1100000 | 10111 | 100100 | 100111010 | 1011100 | 100001 |
Color Harmonies of #A2077D
Complementary color
Monochromatic Colors of #A2077D
Black with #A2077D
Text Example
Text Example
White with #A2077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2077D; }
p { color: rgb(162,7,125); }
H1.HeaderClassName
{
color: #A2077D;
}
.AnyTagClassName
{
color: #A2077D;
}
</style>
background-color css
<style>
a { background-color: #A2077D; }
a { background-color: rgb(162,7,125); }
div.DivClassName
{
background-color: #A2077D;
}
.BgClassName
{
background-color: #A2077D;
}
</style>
border-color css
<style>
span { border-color: #A2077D; }
span { border-color: rgb(162,7,125); }
td.TdClassName
{
border-color: #A2077D;
}
.TagClassName
{
border-color: #A2077D;
}
</style>