Shades of Dark Magenta #A21F9D
Tints of Dark Magenta #A21F9D
RGB
CMYK
RGB Variations
Color information
#A21F9D (or 0xA21F9D) is known color: Dark Magenta. HEX triplet: A2, 1F and 9D. RGB value is (162,31,157). Sum of RGB (Red+Green+Blue) = 162+31+157=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F9D is #5DE062. Grayscale: #545454. Windows color (decimal): -6152291 or 10297250. OLE color: 10297250.
HSL color Cylindrical-coordinate representation of color #A21F9D: hue angle of 302.29º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F9D is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 157 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.36 |
| HSL | 302.29º | 0.68% | 0.38% | - |
| HSV(B) | 302.29º | 0.81% | 0.64% | - |
| XYZ | 21.48 | 11.1 | 32.91 | - |
| YUV | 84.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 157 | 0 | 0.81 | 0.03 | 0.36 | 302.29 | 0.68 | 0.38 |
| Hex | A2 | 1F | 9D | 0 | 51 | 3 | 24 | 12E | 44 | 26 |
| Octal | 242 | 37 | 235 | 0 | 121 | 3 | 44 | 456 | 104 | 46 |
| Binary | 10100010 | 11111 | 10011101 | 0 | 1010001 | 11 | 100100 | 100101110 | 1000100 | 100110 |
Color Harmonies of #A21F9D
Complementary color
Monochromatic Colors of #A21F9D
Black with #A21F9D
Text Example
Text Example
White with #A21F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F9D; }
p { color: rgb(162,31,157); }
H1.HeaderClassName
{
color: #A21F9D;
}
.AnyTagClassName
{
color: #A21F9D;
}
</style>
background-color css
<style>
a { background-color: #A21F9D; }
a { background-color: rgb(162,31,157); }
div.DivClassName
{
background-color: #A21F9D;
}
.BgClassName
{
background-color: #A21F9D;
}
</style>
border-color css
<style>
span { border-color: #A21F9D; }
span { border-color: rgb(162,31,157); }
td.TdClassName
{
border-color: #A21F9D;
}
.TagClassName
{
border-color: #A21F9D;
}
</style>