Shades of Dark Magenta #A1158C
Tints of Dark Magenta #A1158C
RGB
CMYK
RGB Variations
Color information
#A1158C (or 0xA1158C) is known color: Dark Magenta. HEX triplet: A1, 15 and 8C. RGB value is (161,21,140). Sum of RGB (Red+Green+Blue) = 161+21+140=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1158C is #5EEA73. Grayscale: #4C4C4C. Windows color (decimal): -6220404 or 9180577. OLE color: 9180577.
HSL color Cylindrical-coordinate representation of color #A1158C: hue angle of 309º 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 #A1158C is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 140 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.37 |
| HSL | 309º | 0.77% | 0.36% | - |
| HSV(B) | 309º | 0.87% | 0.63% | - |
| XYZ | 19.7 | 10.01 | 25.7 | - |
| YUV | 76.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 140 | 0 | 0.87 | 0.13 | 0.37 | 309 | 0.77 | 0.36 |
| Hex | A1 | 15 | 8C | 0 | 57 | D | 25 | 135 | 4D | 24 |
| Octal | 241 | 25 | 214 | 0 | 127 | 15 | 45 | 465 | 115 | 44 |
| Binary | 10100001 | 10101 | 10001100 | 0 | 1010111 | 1101 | 100101 | 100110101 | 1001101 | 100100 |
Color Harmonies of #A1158C
Complementary color
Monochromatic Colors of #A1158C
Black with #A1158C
Text Example
Text Example
White with #A1158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1158C; }
p { color: rgb(161,21,140); }
H1.HeaderClassName
{
color: #A1158C;
}
.AnyTagClassName
{
color: #A1158C;
}
</style>
background-color css
<style>
a { background-color: #A1158C; }
a { background-color: rgb(161,21,140); }
div.DivClassName
{
background-color: #A1158C;
}
.BgClassName
{
background-color: #A1158C;
}
</style>
border-color css
<style>
span { border-color: #A1158C; }
span { border-color: rgb(161,21,140); }
td.TdClassName
{
border-color: #A1158C;
}
.TagClassName
{
border-color: #A1158C;
}
</style>