Shades of Dark Magenta #A1159A
Tints of Dark Magenta #A1159A
RGB
CMYK
RGB Variations
Color information
#A1159A (or 0xA1159A) is known color: Dark Magenta. HEX triplet: A1, 15 and 9A. RGB value is (161,21,154). Sum of RGB (Red+Green+Blue) = 161+21+154=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1159A is #5EEA65. Grayscale: #4D4D4D. Windows color (decimal): -6220390 or 10098081. OLE color: 10098081.
HSL color Cylindrical-coordinate representation of color #A1159A: hue angle of 303º 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 #A1159A is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 154 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.37 |
| HSL | 303º | 0.77% | 0.36% | - |
| HSV(B) | 303º | 0.87% | 0.63% | - |
| XYZ | 20.8 | 10.45 | 31.49 | - |
| YUV | 78.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 154 | 0 | 0.87 | 0.04 | 0.37 | 303 | 0.77 | 0.36 |
| Hex | A1 | 15 | 9A | 0 | 57 | 4 | 25 | 12F | 4D | 24 |
| Octal | 241 | 25 | 232 | 0 | 127 | 4 | 45 | 457 | 115 | 44 |
| Binary | 10100001 | 10101 | 10011010 | 0 | 1010111 | 100 | 100101 | 100101111 | 1001101 | 100100 |
Color Harmonies of #A1159A
Complementary color
Monochromatic Colors of #A1159A
Black with #A1159A
Text Example
Text Example
White with #A1159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1159A; }
p { color: rgb(161,21,154); }
H1.HeaderClassName
{
color: #A1159A;
}
.AnyTagClassName
{
color: #A1159A;
}
</style>
background-color css
<style>
a { background-color: #A1159A; }
a { background-color: rgb(161,21,154); }
div.DivClassName
{
background-color: #A1159A;
}
.BgClassName
{
background-color: #A1159A;
}
</style>
border-color css
<style>
span { border-color: #A1159A; }
span { border-color: rgb(161,21,154); }
td.TdClassName
{
border-color: #A1159A;
}
.TagClassName
{
border-color: #A1159A;
}
</style>