Shades of Dark Magenta #A21591
Tints of Dark Magenta #A21591
RGB
CMYK
RGB Variations
Color information
#A21591 (or 0xA21591) is known color: Dark Magenta. HEX triplet: A2, 15 and 91. RGB value is (162,21,145). Sum of RGB (Red+Green+Blue) = 162+21+145=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A21591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21591 is #5DEA6E. Grayscale: #4C4C4C. Windows color (decimal): -6154863 or 9508258. OLE color: 9508258.
HSL color Cylindrical-coordinate representation of color #A21591: hue angle of 307.23º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21591 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 145 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.36 |
| HSL | 307.23º | 0.77% | 0.36% | - |
| HSV(B) | 307.23º | 0.87% | 0.64% | - |
| XYZ | 20.28 | 10.26 | 27.7 | - |
| YUV | 77.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 145 | 0 | 0.87 | 0.10 | 0.36 | 307.23 | 0.77 | 0.36 |
| Hex | A2 | 15 | 91 | 0 | 57 | A | 24 | 133 | 4D | 24 |
| Octal | 242 | 25 | 221 | 0 | 127 | 12 | 44 | 463 | 115 | 44 |
| Binary | 10100010 | 10101 | 10010001 | 0 | 1010111 | 1010 | 100100 | 100110011 | 1001101 | 100100 |
Color Harmonies of #A21591
Complementary color
Monochromatic Colors of #A21591
Black with #A21591
Text Example
Text Example
White with #A21591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21591; }
p { color: rgb(162,21,145); }
H1.HeaderClassName
{
color: #A21591;
}
.AnyTagClassName
{
color: #A21591;
}
</style>
background-color css
<style>
a { background-color: #A21591; }
a { background-color: rgb(162,21,145); }
div.DivClassName
{
background-color: #A21591;
}
.BgClassName
{
background-color: #A21591;
}
</style>
border-color css
<style>
span { border-color: #A21591; }
span { border-color: rgb(162,21,145); }
td.TdClassName
{
border-color: #A21591;
}
.TagClassName
{
border-color: #A21591;
}
</style>