Shades of Eggplant #A2127A
Tints of Eggplant #A2127A
RGB
CMYK
RGB Variations
Color information
#A2127A (or 0xA2127A) is known color: Eggplant. HEX triplet: A2, 12 and 7A. RGB value is (162,18,122). Sum of RGB (Red+Green+Blue) = 162+18+122=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2127A is #5DED85. Grayscale: #484848. Windows color (decimal): -6155654 or 8000162. OLE color: 8000162.
HSL color Cylindrical-coordinate representation of color #A2127A: hue angle of 316.67º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2127A is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 122 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.36 |
| HSL | 316.67º | 0.8% | 0.35% | - |
| HSV(B) | 316.67º | 0.89% | 0.64% | - |
| XYZ | 18.63 | 9.52 | 19.27 | - |
| YUV | 72.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 122 | 0 | 0.89 | 0.25 | 0.36 | 316.67 | 0.8 | 0.35 |
| Hex | A2 | 12 | 7A | 0 | 59 | 19 | 24 | 13D | 50 | 23 |
| Octal | 242 | 22 | 172 | 0 | 131 | 31 | 44 | 475 | 120 | 43 |
| Binary | 10100010 | 10010 | 1111010 | 0 | 1011001 | 11001 | 100100 | 100111101 | 1010000 | 100011 |
Color Harmonies of #A2127A
Complementary color
Monochromatic Colors of #A2127A
Black with #A2127A
Text Example
Text Example
White with #A2127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2127A; }
p { color: rgb(162,18,122); }
H1.HeaderClassName
{
color: #A2127A;
}
.AnyTagClassName
{
color: #A2127A;
}
</style>
background-color css
<style>
a { background-color: #A2127A; }
a { background-color: rgb(162,18,122); }
div.DivClassName
{
background-color: #A2127A;
}
.BgClassName
{
background-color: #A2127A;
}
</style>
border-color css
<style>
span { border-color: #A2127A; }
span { border-color: rgb(162,18,122); }
td.TdClassName
{
border-color: #A2127A;
}
.TagClassName
{
border-color: #A2127A;
}
</style>