Shades of Dark Magenta #A21890
Tints of Dark Magenta #A21890
RGB
CMYK
RGB Variations
Color information
#A21890 (or 0xA21890) is known color: Dark Magenta. HEX triplet: A2, 18 and 90. RGB value is (162,24,144). Sum of RGB (Red+Green+Blue) = 162+24+144=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A21890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21890 is #5DE76F. Grayscale: #4E4E4E. Windows color (decimal): -6154096 or 9443490. OLE color: 9443490.
HSL color Cylindrical-coordinate representation of color #A21890: hue angle of 307.83º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21890 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 144 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.36 |
| HSL | 307.83º | 0.74% | 0.36% | - |
| HSV(B) | 307.83º | 0.85% | 0.64% | - |
| XYZ | 20.26 | 10.35 | 27.32 | - |
| YUV | 78.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 144 | 0 | 0.85 | 0.11 | 0.36 | 307.83 | 0.74 | 0.36 |
| Hex | A2 | 18 | 90 | 0 | 55 | B | 24 | 134 | 4A | 24 |
| Octal | 242 | 30 | 220 | 0 | 125 | 13 | 44 | 464 | 112 | 44 |
| Binary | 10100010 | 11000 | 10010000 | 0 | 1010101 | 1011 | 100100 | 100110100 | 1001010 | 100100 |
Color Harmonies of #A21890
Complementary color
Monochromatic Colors of #A21890
Black with #A21890
Text Example
Text Example
White with #A21890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21890; }
p { color: rgb(162,24,144); }
H1.HeaderClassName
{
color: #A21890;
}
.AnyTagClassName
{
color: #A21890;
}
</style>
background-color css
<style>
a { background-color: #A21890; }
a { background-color: rgb(162,24,144); }
div.DivClassName
{
background-color: #A21890;
}
.BgClassName
{
background-color: #A21890;
}
</style>
border-color css
<style>
span { border-color: #A21890; }
span { border-color: rgb(162,24,144); }
td.TdClassName
{
border-color: #A21890;
}
.TagClassName
{
border-color: #A21890;
}
</style>