Shades of Dark Magenta #A1119C
Tints of Dark Magenta #A1119C
RGB
CMYK
RGB Variations
Color information
#A1119C (or 0xA1119C) is known color: Dark Magenta. HEX triplet: A1, 11 and 9C. RGB value is (161,17,156). Sum of RGB (Red+Green+Blue) = 161+17+156=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1119C is #5EEE63. Grayscale: #4B4B4B. Windows color (decimal): -6221412 or 10228129. OLE color: 10228129.
HSL color Cylindrical-coordinate representation of color #A1119C: hue angle of 302.08º 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 #A1119C is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 156 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.37 |
| HSL | 302.08º | 0.81% | 0.35% | - |
| HSV(B) | 302.08º | 0.89% | 0.63% | - |
| XYZ | 20.9 | 10.38 | 32.35 | - |
| YUV | 75.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 156 | 0 | 0.89 | 0.03 | 0.37 | 302.08 | 0.81 | 0.35 |
| Hex | A1 | 11 | 9C | 0 | 59 | 3 | 25 | 12E | 51 | 23 |
| Octal | 241 | 21 | 234 | 0 | 131 | 3 | 45 | 456 | 121 | 43 |
| Binary | 10100001 | 10001 | 10011100 | 0 | 1011001 | 11 | 100101 | 100101110 | 1010001 | 100011 |
Color Harmonies of #A1119C
Complementary color
Monochromatic Colors of #A1119C
Black with #A1119C
Text Example
Text Example
White with #A1119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1119C; }
p { color: rgb(161,17,156); }
H1.HeaderClassName
{
color: #A1119C;
}
.AnyTagClassName
{
color: #A1119C;
}
</style>
background-color css
<style>
a { background-color: #A1119C; }
a { background-color: rgb(161,17,156); }
div.DivClassName
{
background-color: #A1119C;
}
.BgClassName
{
background-color: #A1119C;
}
</style>
border-color css
<style>
span { border-color: #A1119C; }
span { border-color: rgb(161,17,156); }
td.TdClassName
{
border-color: #A1119C;
}
.TagClassName
{
border-color: #A1119C;
}
</style>