Shades of Dark Magenta #A21E9F
Tints of Dark Magenta #A21E9F
RGB
CMYK
RGB Variations
Color information
#A21E9F (or 0xA21E9F) is known color: Dark Magenta. HEX triplet: A2, 1E and 9F. RGB value is (162,30,159). Sum of RGB (Red+Green+Blue) = 162+30+159=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E9F is #5DE160. Grayscale: #535353. Windows color (decimal): -6152545 or 10428066. OLE color: 10428066.
HSL color Cylindrical-coordinate representation of color #A21E9F: hue angle of 301.36º degrees, saturation: 0.69, 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 #A21E9F is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 159 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.36 |
| HSL | 301.36º | 0.69% | 0.38% | - |
| HSV(B) | 301.36º | 0.81% | 0.64% | - |
| XYZ | 21.62 | 11.11 | 33.81 | - |
| YUV | 84.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 159 | 0 | 0.81 | 0.02 | 0.36 | 301.36 | 0.69 | 0.38 |
| Hex | A2 | 1E | 9F | 0 | 51 | 2 | 24 | 12D | 45 | 26 |
| Octal | 242 | 36 | 237 | 0 | 121 | 2 | 44 | 455 | 105 | 46 |
| Binary | 10100010 | 11110 | 10011111 | 0 | 1010001 | 10 | 100100 | 100101101 | 1000101 | 100110 |
Color Harmonies of #A21E9F
Complementary color
Monochromatic Colors of #A21E9F
Black with #A21E9F
Text Example
Text Example
White with #A21E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E9F; }
p { color: rgb(162,30,159); }
H1.HeaderClassName
{
color: #A21E9F;
}
.AnyTagClassName
{
color: #A21E9F;
}
</style>
background-color css
<style>
a { background-color: #A21E9F; }
a { background-color: rgb(162,30,159); }
div.DivClassName
{
background-color: #A21E9F;
}
.BgClassName
{
background-color: #A21E9F;
}
</style>
border-color css
<style>
span { border-color: #A21E9F; }
span { border-color: rgb(162,30,159); }
td.TdClassName
{
border-color: #A21E9F;
}
.TagClassName
{
border-color: #A21E9F;
}
</style>