Shades of Dark Magenta #A21F9F
Tints of Dark Magenta #A21F9F
RGB
CMYK
RGB Variations
Color information
#A21F9F (or 0xA21F9F) is known color: Dark Magenta. HEX triplet: A2, 1F and 9F. RGB value is (162,31,159). Sum of RGB (Red+Green+Blue) = 162+31+159=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F9F is #5DE060. Grayscale: #545454. Windows color (decimal): -6152289 or 10428322. OLE color: 10428322.
HSL color Cylindrical-coordinate representation of color #A21F9F: hue angle of 301.37º 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 #A21F9F is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 159 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.36 |
| HSL | 301.37º | 0.68% | 0.38% | - |
| HSV(B) | 301.37º | 0.81% | 0.64% | - |
| XYZ | 21.65 | 11.16 | 33.81 | - |
| YUV | 84.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 159 | 0 | 0.81 | 0.02 | 0.36 | 301.37 | 0.68 | 0.38 |
| Hex | A2 | 1F | 9F | 0 | 51 | 2 | 24 | 12D | 44 | 26 |
| Octal | 242 | 37 | 237 | 0 | 121 | 2 | 44 | 455 | 104 | 46 |
| Binary | 10100010 | 11111 | 10011111 | 0 | 1010001 | 10 | 100100 | 100101101 | 1000100 | 100110 |
Color Harmonies of #A21F9F
Complementary color
Monochromatic Colors of #A21F9F
Black with #A21F9F
Text Example
Text Example
White with #A21F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F9F; }
p { color: rgb(162,31,159); }
H1.HeaderClassName
{
color: #A21F9F;
}
.AnyTagClassName
{
color: #A21F9F;
}
</style>
background-color css
<style>
a { background-color: #A21F9F; }
a { background-color: rgb(162,31,159); }
div.DivClassName
{
background-color: #A21F9F;
}
.BgClassName
{
background-color: #A21F9F;
}
</style>
border-color css
<style>
span { border-color: #A21F9F; }
span { border-color: rgb(162,31,159); }
td.TdClassName
{
border-color: #A21F9F;
}
.TagClassName
{
border-color: #A21F9F;
}
</style>