Shades of Eggplant #A2127B
Tints of Eggplant #A2127B
RGB
CMYK
RGB Variations
Color information
#A2127B (or 0xA2127B) is known color: Eggplant. HEX triplet: A2, 12 and 7B. RGB value is (162,18,123). Sum of RGB (Red+Green+Blue) = 162+18+123=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2127B is #5DED84. Grayscale: #484848. Windows color (decimal): -6155653 or 8065698. OLE color: 8065698.
HSL color Cylindrical-coordinate representation of color #A2127B: hue angle of 316.25º 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 #A2127B is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 123 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.36 |
| HSL | 316.25º | 0.8% | 0.35% | - |
| HSV(B) | 316.25º | 0.89% | 0.64% | - |
| XYZ | 18.69 | 9.54 | 19.6 | - |
| YUV | 73.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 123 | 0 | 0.89 | 0.24 | 0.36 | 316.25 | 0.8 | 0.35 |
| Hex | A2 | 12 | 7B | 0 | 59 | 18 | 24 | 13C | 50 | 23 |
| Octal | 242 | 22 | 173 | 0 | 131 | 30 | 44 | 474 | 120 | 43 |
| Binary | 10100010 | 10010 | 1111011 | 0 | 1011001 | 11000 | 100100 | 100111100 | 1010000 | 100011 |
Color Harmonies of #A2127B
Complementary color
Monochromatic Colors of #A2127B
Black with #A2127B
Text Example
Text Example
White with #A2127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2127B; }
p { color: rgb(162,18,123); }
H1.HeaderClassName
{
color: #A2127B;
}
.AnyTagClassName
{
color: #A2127B;
}
</style>
background-color css
<style>
a { background-color: #A2127B; }
a { background-color: rgb(162,18,123); }
div.DivClassName
{
background-color: #A2127B;
}
.BgClassName
{
background-color: #A2127B;
}
</style>
border-color css
<style>
span { border-color: #A2127B; }
span { border-color: rgb(162,18,123); }
td.TdClassName
{
border-color: #A2127B;
}
.TagClassName
{
border-color: #A2127B;
}
</style>