Shades of Dark Magenta #A1159F
Tints of Dark Magenta #A1159F
RGB
CMYK
RGB Variations
Color information
#A1159F (or 0xA1159F) is known color: Dark Magenta. HEX triplet: A1, 15 and 9F. RGB value is (161,21,159). Sum of RGB (Red+Green+Blue) = 161+21+159=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1159F is #5EEA60. Grayscale: #4E4E4E. Windows color (decimal): -6220385 or 10425761. OLE color: 10425761.
HSL color Cylindrical-coordinate representation of color #A1159F: hue angle of 300.86º 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 #A1159F is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 159 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.37 |
| HSL | 300.86º | 0.77% | 0.36% | - |
| HSV(B) | 300.86º | 0.87% | 0.63% | - |
| XYZ | 21.22 | 10.62 | 33.73 | - |
| YUV | 78.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 159 | 0 | 0.87 | 0.01 | 0.37 | 300.86 | 0.77 | 0.36 |
| Hex | A1 | 15 | 9F | 0 | 57 | 1 | 25 | 12D | 4D | 24 |
| Octal | 241 | 25 | 237 | 0 | 127 | 1 | 45 | 455 | 115 | 44 |
| Binary | 10100001 | 10101 | 10011111 | 0 | 1010111 | 1 | 100101 | 100101101 | 1001101 | 100100 |
Color Harmonies of #A1159F
Complementary color
Monochromatic Colors of #A1159F
Black with #A1159F
Text Example
Text Example
White with #A1159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1159F; }
p { color: rgb(161,21,159); }
H1.HeaderClassName
{
color: #A1159F;
}
.AnyTagClassName
{
color: #A1159F;
}
</style>
background-color css
<style>
a { background-color: #A1159F; }
a { background-color: rgb(161,21,159); }
div.DivClassName
{
background-color: #A1159F;
}
.BgClassName
{
background-color: #A1159F;
}
</style>
border-color css
<style>
span { border-color: #A1159F; }
span { border-color: rgb(161,21,159); }
td.TdClassName
{
border-color: #A1159F;
}
.TagClassName
{
border-color: #A1159F;
}
</style>