Shades of Dark Magenta #A1139E
Tints of Dark Magenta #A1139E
RGB
CMYK
RGB Variations
Color information
#A1139E (or 0xA1139E) is known color: Dark Magenta. HEX triplet: A1, 13 and 9E. RGB value is (161,19,158). Sum of RGB (Red+Green+Blue) = 161+19+158=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1139E is #5EEC61. Grayscale: #4C4C4C. Windows color (decimal): -6220898 or 10359713. OLE color: 10359713.
HSL color Cylindrical-coordinate representation of color #A1139E: hue angle of 301.27º 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 #A1139E is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 158 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.37 |
| HSL | 301.27º | 0.79% | 0.35% | - |
| HSV(B) | 301.27º | 0.88% | 0.63% | - |
| XYZ | 21.1 | 10.51 | 33.26 | - |
| YUV | 77.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 158 | 0 | 0.88 | 0.02 | 0.37 | 301.27 | 0.79 | 0.35 |
| Hex | A1 | 13 | 9E | 0 | 58 | 2 | 25 | 12D | 4F | 23 |
| Octal | 241 | 23 | 236 | 0 | 130 | 2 | 45 | 455 | 117 | 43 |
| Binary | 10100001 | 10011 | 10011110 | 0 | 1011000 | 10 | 100101 | 100101101 | 1001111 | 100011 |
Color Harmonies of #A1139E
Complementary color
Monochromatic Colors of #A1139E
Black with #A1139E
Text Example
Text Example
White with #A1139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1139E; }
p { color: rgb(161,19,158); }
H1.HeaderClassName
{
color: #A1139E;
}
.AnyTagClassName
{
color: #A1139E;
}
</style>
background-color css
<style>
a { background-color: #A1139E; }
a { background-color: rgb(161,19,158); }
div.DivClassName
{
background-color: #A1139E;
}
.BgClassName
{
background-color: #A1139E;
}
</style>
border-color css
<style>
span { border-color: #A1139E; }
span { border-color: rgb(161,19,158); }
td.TdClassName
{
border-color: #A1139E;
}
.TagClassName
{
border-color: #A1139E;
}
</style>