Shades of Dark Magenta #A21DA1
Tints of Dark Magenta #A21DA1
RGB
CMYK
RGB Variations
Color information
#A21DA1 (or 0xA21DA1) is known color: Dark Magenta. HEX triplet: A2, 1D and A1. RGB value is (162,29,161). Sum of RGB (Red+Green+Blue) = 162+29+161=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A21DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21DA1 is #5DE25E. Grayscale: #535353. Windows color (decimal): -6152799 or 10558882. OLE color: 10558882.
HSL color Cylindrical-coordinate representation of color #A21DA1: hue angle of 300.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21DA1 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 29 | 161 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.36 |
| HSL | 300.45º | 0.7% | 0.37% | - |
| HSV(B) | 300.45º | 0.82% | 0.64% | - |
| XYZ | 21.77 | 11.13 | 34.72 | - |
| YUV | 83.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 161 | 0 | 0.82 | 0.01 | 0.36 | 300.45 | 0.7 | 0.37 |
| Hex | A2 | 1D | A1 | 0 | 52 | 1 | 24 | 12C | 46 | 25 |
| Octal | 242 | 35 | 241 | 0 | 122 | 1 | 44 | 454 | 106 | 45 |
| Binary | 10100010 | 11101 | 10100001 | 0 | 1010010 | 1 | 100100 | 100101100 | 1000110 | 100101 |
Color Harmonies of #A21DA1
Complementary color
Monochromatic Colors of #A21DA1
Black with #A21DA1
Text Example
Text Example
White with #A21DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21DA1; }
p { color: rgb(162,29,161); }
H1.HeaderClassName
{
color: #A21DA1;
}
.AnyTagClassName
{
color: #A21DA1;
}
</style>
background-color css
<style>
a { background-color: #A21DA1; }
a { background-color: rgb(162,29,161); }
div.DivClassName
{
background-color: #A21DA1;
}
.BgClassName
{
background-color: #A21DA1;
}
</style>
border-color css
<style>
span { border-color: #A21DA1; }
span { border-color: rgb(162,29,161); }
td.TdClassName
{
border-color: #A21DA1;
}
.TagClassName
{
border-color: #A21DA1;
}
</style>