Shades of Eggplant #A2077B
Tints of Eggplant #A2077B
RGB
CMYK
RGB Variations
Color information
#A2077B (or 0xA2077B) is known color: Eggplant. HEX triplet: A2, 07 and 7B. RGB value is (162,7,123). Sum of RGB (Red+Green+Blue) = 162+7+123=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2077B is #5DF884. Grayscale: #424242. Windows color (decimal): -6158469 or 8062882. OLE color: 8062882.
HSL color Cylindrical-coordinate representation of color #A2077B: hue angle of 315.1º 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 #A2077B is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.36 |
| HSL | 315.1º | 0.92% | 0.33% | - |
| HSV(B) | 315.1º | 0.96% | 0.64% | - |
| XYZ | 18.55 | 9.26 | 19.55 | - |
| YUV | 66.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 123 | 0 | 0.96 | 0.24 | 0.36 | 315.1 | 0.92 | 0.33 |
| Hex | A2 | 7 | 7B | 0 | 60 | 18 | 24 | 13B | 5C | 21 |
| Octal | 242 | 7 | 173 | 0 | 140 | 30 | 44 | 473 | 134 | 41 |
| Binary | 10100010 | 111 | 1111011 | 0 | 1100000 | 11000 | 100100 | 100111011 | 1011100 | 100001 |
Color Harmonies of #A2077B
Complementary color
Monochromatic Colors of #A2077B
Black with #A2077B
Text Example
Text Example
White with #A2077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2077B; }
p { color: rgb(162,7,123); }
H1.HeaderClassName
{
color: #A2077B;
}
.AnyTagClassName
{
color: #A2077B;
}
</style>
background-color css
<style>
a { background-color: #A2077B; }
a { background-color: rgb(162,7,123); }
div.DivClassName
{
background-color: #A2077B;
}
.BgClassName
{
background-color: #A2077B;
}
</style>
border-color css
<style>
span { border-color: #A2077B; }
span { border-color: rgb(162,7,123); }
td.TdClassName
{
border-color: #A2077B;
}
.TagClassName
{
border-color: #A2077B;
}
</style>