Shades of Dark Magenta #A1159D
Tints of Dark Magenta #A1159D
RGB
CMYK
RGB Variations
Color information
#A1159D (or 0xA1159D) is known color: Dark Magenta. HEX triplet: A1, 15 and 9D. RGB value is (161,21,157). Sum of RGB (Red+Green+Blue) = 161+21+157=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1159D is #5EEA62. Grayscale: #4D4D4D. Windows color (decimal): -6220387 or 10294689. OLE color: 10294689.
HSL color Cylindrical-coordinate representation of color #A1159D: hue angle of 301.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1159D is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 157 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.37 |
| HSL | 301.71º | 0.77% | 0.36% | - |
| HSV(B) | 301.71º | 0.87% | 0.63% | - |
| XYZ | 21.05 | 10.55 | 32.82 | - |
| YUV | 78.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 157 | 0 | 0.87 | 0.02 | 0.37 | 301.71 | 0.77 | 0.36 |
| Hex | A1 | 15 | 9D | 0 | 57 | 2 | 25 | 12E | 4D | 24 |
| Octal | 241 | 25 | 235 | 0 | 127 | 2 | 45 | 456 | 115 | 44 |
| Binary | 10100001 | 10101 | 10011101 | 0 | 1010111 | 10 | 100101 | 100101110 | 1001101 | 100100 |
Color Harmonies of #A1159D
Complementary color
Monochromatic Colors of #A1159D
Black with #A1159D
Text Example
Text Example
White with #A1159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1159D; }
p { color: rgb(161,21,157); }
H1.HeaderClassName
{
color: #A1159D;
}
.AnyTagClassName
{
color: #A1159D;
}
</style>
background-color css
<style>
a { background-color: #A1159D; }
a { background-color: rgb(161,21,157); }
div.DivClassName
{
background-color: #A1159D;
}
.BgClassName
{
background-color: #A1159D;
}
</style>
border-color css
<style>
span { border-color: #A1159D; }
span { border-color: rgb(161,21,157); }
td.TdClassName
{
border-color: #A1159D;
}
.TagClassName
{
border-color: #A1159D;
}
</style>