Shades of Eggplant #A1137B
Tints of Eggplant #A1137B
RGB
CMYK
RGB Variations
Color information
#A1137B (or 0xA1137B) is known color: Eggplant. HEX triplet: A1, 13 and 7B. RGB value is (161,19,123). Sum of RGB (Red+Green+Blue) = 161+19+123=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1137B is #5EEC84. Grayscale: #494949. Windows color (decimal): -6220933 or 8065953. OLE color: 8065953.
HSL color Cylindrical-coordinate representation of color #A1137B: hue angle of 316.06º 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 #A1137B is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 123 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.37 |
| HSL | 316.06º | 0.79% | 0.35% | - |
| HSV(B) | 316.06º | 0.88% | 0.63% | - |
| XYZ | 18.51 | 9.47 | 19.59 | - |
| YUV | 73.31 | 156.04 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 123 | 0 | 0.88 | 0.24 | 0.37 | 316.06 | 0.79 | 0.35 |
| Hex | A1 | 13 | 7B | 0 | 58 | 18 | 25 | 13C | 4F | 23 |
| Octal | 241 | 23 | 173 | 0 | 130 | 30 | 45 | 474 | 117 | 43 |
| Binary | 10100001 | 10011 | 1111011 | 0 | 1011000 | 11000 | 100101 | 100111100 | 1001111 | 100011 |
Color Harmonies of #A1137B
Complementary color
Monochromatic Colors of #A1137B
Black with #A1137B
Text Example
Text Example
White with #A1137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1137B; }
p { color: rgb(161,19,123); }
H1.HeaderClassName
{
color: #A1137B;
}
.AnyTagClassName
{
color: #A1137B;
}
</style>
background-color css
<style>
a { background-color: #A1137B; }
a { background-color: rgb(161,19,123); }
div.DivClassName
{
background-color: #A1137B;
}
.BgClassName
{
background-color: #A1137B;
}
</style>
border-color css
<style>
span { border-color: #A1137B; }
span { border-color: rgb(161,19,123); }
td.TdClassName
{
border-color: #A1137B;
}
.TagClassName
{
border-color: #A1137B;
}
</style>