Shades of Dark Magenta #A1119E
Tints of Dark Magenta #A1119E
RGB
CMYK
RGB Variations
Color information
#A1119E (or 0xA1119E) is known color: Dark Magenta. HEX triplet: A1, 11 and 9E. RGB value is (161,17,158). Sum of RGB (Red+Green+Blue) = 161+17+158=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1119E is #5EEE61. Grayscale: #4B4B4B. Windows color (decimal): -6221410 or 10359201. OLE color: 10359201.
HSL color Cylindrical-coordinate representation of color #A1119E: hue angle of 301.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1119E is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 158 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.37 |
| HSL | 301.25º | 0.81% | 0.35% | - |
| HSV(B) | 301.25º | 0.89% | 0.63% | - |
| XYZ | 21.07 | 10.45 | 33.25 | - |
| YUV | 76.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 158 | 0 | 0.89 | 0.02 | 0.37 | 301.25 | 0.81 | 0.35 |
| Hex | A1 | 11 | 9E | 0 | 59 | 2 | 25 | 12D | 51 | 23 |
| Octal | 241 | 21 | 236 | 0 | 131 | 2 | 45 | 455 | 121 | 43 |
| Binary | 10100001 | 10001 | 10011110 | 0 | 1011001 | 10 | 100101 | 100101101 | 1010001 | 100011 |
Color Harmonies of #A1119E
Complementary color
Monochromatic Colors of #A1119E
Black with #A1119E
Text Example
Text Example
White with #A1119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1119E; }
p { color: rgb(161,17,158); }
H1.HeaderClassName
{
color: #A1119E;
}
.AnyTagClassName
{
color: #A1119E;
}
</style>
background-color css
<style>
a { background-color: #A1119E; }
a { background-color: rgb(161,17,158); }
div.DivClassName
{
background-color: #A1119E;
}
.BgClassName
{
background-color: #A1119E;
}
</style>
border-color css
<style>
span { border-color: #A1119E; }
span { border-color: rgb(161,17,158); }
td.TdClassName
{
border-color: #A1119E;
}
.TagClassName
{
border-color: #A1119E;
}
</style>