Shades of Dark Magenta #A21D9F
Tints of Dark Magenta #A21D9F
RGB
CMYK
RGB Variations
Color information
#A21D9F (or 0xA21D9F) is known color: Dark Magenta. HEX triplet: A2, 1D and 9F. RGB value is (162,29,159). Sum of RGB (Red+Green+Blue) = 162+29+159=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21D9F is #5DE260. Grayscale: #535353. Windows color (decimal): -6152801 or 10427810. OLE color: 10427810.
HSL color Cylindrical-coordinate representation of color #A21D9F: hue angle of 301.35º 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 #A21D9F is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 29 | 159 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.36 |
| HSL | 301.35º | 0.7% | 0.37% | - |
| HSV(B) | 301.35º | 0.82% | 0.64% | - |
| XYZ | 21.6 | 11.06 | 33.8 | - |
| YUV | 83.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 159 | 0 | 0.82 | 0.02 | 0.36 | 301.35 | 0.7 | 0.37 |
| Hex | A2 | 1D | 9F | 0 | 52 | 2 | 24 | 12D | 46 | 25 |
| Octal | 242 | 35 | 237 | 0 | 122 | 2 | 44 | 455 | 106 | 45 |
| Binary | 10100010 | 11101 | 10011111 | 0 | 1010010 | 10 | 100100 | 100101101 | 1000110 | 100101 |
Color Harmonies of #A21D9F
Complementary color
Monochromatic Colors of #A21D9F
Black with #A21D9F
Text Example
Text Example
White with #A21D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21D9F; }
p { color: rgb(162,29,159); }
H1.HeaderClassName
{
color: #A21D9F;
}
.AnyTagClassName
{
color: #A21D9F;
}
</style>
background-color css
<style>
a { background-color: #A21D9F; }
a { background-color: rgb(162,29,159); }
div.DivClassName
{
background-color: #A21D9F;
}
.BgClassName
{
background-color: #A21D9F;
}
</style>
border-color css
<style>
span { border-color: #A21D9F; }
span { border-color: rgb(162,29,159); }
td.TdClassName
{
border-color: #A21D9F;
}
.TagClassName
{
border-color: #A21D9F;
}
</style>