Shades of Eggplant #A3127C
Tints of Eggplant #A3127C
RGB
CMYK
RGB Variations
Color information
#A3127C (or 0xA3127C) is known color: Eggplant. HEX triplet: A3, 12 and 7C. RGB value is (163,18,124). Sum of RGB (Red+Green+Blue) = 163+18+124=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3127C is #5CED83. Grayscale: #494949. Windows color (decimal): -6090116 or 8131235. OLE color: 8131235.
HSL color Cylindrical-coordinate representation of color #A3127C: hue angle of 316.14º 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 #A3127C is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 124 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.36 |
| HSL | 316.14º | 0.8% | 0.35% | - |
| HSV(B) | 316.14º | 0.89% | 0.64% | - |
| XYZ | 18.96 | 9.67 | 19.94 | - |
| YUV | 73.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 124 | 0 | 0.89 | 0.24 | 0.36 | 316.14 | 0.8 | 0.35 |
| Hex | A3 | 12 | 7C | 0 | 59 | 18 | 24 | 13C | 50 | 23 |
| Octal | 243 | 22 | 174 | 0 | 131 | 30 | 44 | 474 | 120 | 43 |
| Binary | 10100011 | 10010 | 1111100 | 0 | 1011001 | 11000 | 100100 | 100111100 | 1010000 | 100011 |
Color Harmonies of #A3127C
Complementary color
Monochromatic Colors of #A3127C
Black with #A3127C
Text Example
Text Example
White with #A3127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3127C; }
p { color: rgb(163,18,124); }
H1.HeaderClassName
{
color: #A3127C;
}
.AnyTagClassName
{
color: #A3127C;
}
</style>
background-color css
<style>
a { background-color: #A3127C; }
a { background-color: rgb(163,18,124); }
div.DivClassName
{
background-color: #A3127C;
}
.BgClassName
{
background-color: #A3127C;
}
</style>
border-color css
<style>
span { border-color: #A3127C; }
span { border-color: rgb(163,18,124); }
td.TdClassName
{
border-color: #A3127C;
}
.TagClassName
{
border-color: #A3127C;
}
</style>