Shades of Eggplant #A1137A
Tints of Eggplant #A1137A
RGB
CMYK
RGB Variations
Color information
#A1137A (or 0xA1137A) is known color: Eggplant. HEX triplet: A1, 13 and 7A. RGB value is (161,19,122). Sum of RGB (Red+Green+Blue) = 161+19+122=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1137A is #5EEC85. Grayscale: #484848. Windows color (decimal): -6220934 or 8000417. OLE color: 8000417.
HSL color Cylindrical-coordinate representation of color #A1137A: hue angle of 316.48º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1137A is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 122 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.37 |
| HSL | 316.48º | 0.79% | 0.35% | - |
| HSV(B) | 316.48º | 0.88% | 0.63% | - |
| XYZ | 18.44 | 9.45 | 19.26 | - |
| YUV | 73.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 122 | 0 | 0.88 | 0.24 | 0.37 | 316.48 | 0.79 | 0.35 |
| Hex | A1 | 13 | 7A | 0 | 58 | 18 | 25 | 13C | 4F | 23 |
| Octal | 241 | 23 | 172 | 0 | 130 | 30 | 45 | 474 | 117 | 43 |
| Binary | 10100001 | 10011 | 1111010 | 0 | 1011000 | 11000 | 100101 | 100111100 | 1001111 | 100011 |
Color Harmonies of #A1137A
Complementary color
Monochromatic Colors of #A1137A
Black with #A1137A
Text Example
Text Example
White with #A1137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1137A; }
p { color: rgb(161,19,122); }
H1.HeaderClassName
{
color: #A1137A;
}
.AnyTagClassName
{
color: #A1137A;
}
</style>
background-color css
<style>
a { background-color: #A1137A; }
a { background-color: rgb(161,19,122); }
div.DivClassName
{
background-color: #A1137A;
}
.BgClassName
{
background-color: #A1137A;
}
</style>
border-color css
<style>
span { border-color: #A1137A; }
span { border-color: rgb(161,19,122); }
td.TdClassName
{
border-color: #A1137A;
}
.TagClassName
{
border-color: #A1137A;
}
</style>