Shades of Dark Magenta #A21E97
Tints of Dark Magenta #A21E97
RGB
CMYK
RGB Variations
Color information
#A21E97 (or 0xA21E97) is known color: Dark Magenta. HEX triplet: A2, 1E and 97. RGB value is (162,30,151). Sum of RGB (Red+Green+Blue) = 162+30+151=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E97 is #5DE168. Grayscale: #525252. Windows color (decimal): -6152553 or 9903778. OLE color: 9903778.
HSL color Cylindrical-coordinate representation of color #A21E97: hue angle of 305º 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 #A21E97 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 151 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.36 |
| HSL | 305º | 0.69% | 0.38% | - |
| HSV(B) | 305º | 0.81% | 0.64% | - |
| XYZ | 20.95 | 10.84 | 30.27 | - |
| YUV | 83.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 151 | 0 | 0.81 | 0.07 | 0.36 | 305 | 0.69 | 0.38 |
| Hex | A2 | 1E | 97 | 0 | 51 | 7 | 24 | 131 | 45 | 26 |
| Octal | 242 | 36 | 227 | 0 | 121 | 7 | 44 | 461 | 105 | 46 |
| Binary | 10100010 | 11110 | 10010111 | 0 | 1010001 | 111 | 100100 | 100110001 | 1000101 | 100110 |
Color Harmonies of #A21E97
Complementary color
Monochromatic Colors of #A21E97
Black with #A21E97
Text Example
Text Example
White with #A21E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E97; }
p { color: rgb(162,30,151); }
H1.HeaderClassName
{
color: #A21E97;
}
.AnyTagClassName
{
color: #A21E97;
}
</style>
background-color css
<style>
a { background-color: #A21E97; }
a { background-color: rgb(162,30,151); }
div.DivClassName
{
background-color: #A21E97;
}
.BgClassName
{
background-color: #A21E97;
}
</style>
border-color css
<style>
span { border-color: #A21E97; }
span { border-color: rgb(162,30,151); }
td.TdClassName
{
border-color: #A21E97;
}
.TagClassName
{
border-color: #A21E97;
}
</style>