Shades of Dark Magenta #A21189
Tints of Dark Magenta #A21189
RGB
CMYK
RGB Variations
Color information
#A21189 (or 0xA21189) is known color: Dark Magenta. HEX triplet: A2, 11 and 89. RGB value is (162,17,137). Sum of RGB (Red+Green+Blue) = 162+17+137=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A21189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21189 is #5DEE76. Grayscale: #494949. Windows color (decimal): -6155895 or 8982946. OLE color: 8982946.
HSL color Cylindrical-coordinate representation of color #A21189: hue angle of 310.34º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21189 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 137 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.36 |
| HSL | 310.34º | 0.81% | 0.35% | - |
| HSV(B) | 310.34º | 0.9% | 0.64% | - |
| XYZ | 19.62 | 9.89 | 24.54 | - |
| YUV | 74.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 137 | 0 | 0.90 | 0.15 | 0.36 | 310.34 | 0.81 | 0.35 |
| Hex | A2 | 11 | 89 | 0 | 5A | F | 24 | 136 | 51 | 23 |
| Octal | 242 | 21 | 211 | 0 | 132 | 17 | 44 | 466 | 121 | 43 |
| Binary | 10100010 | 10001 | 10001001 | 0 | 1011010 | 1111 | 100100 | 100110110 | 1010001 | 100011 |
Color Harmonies of #A21189
Complementary color
Monochromatic Colors of #A21189
Black with #A21189
Text Example
Text Example
White with #A21189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21189; }
p { color: rgb(162,17,137); }
H1.HeaderClassName
{
color: #A21189;
}
.AnyTagClassName
{
color: #A21189;
}
</style>
background-color css
<style>
a { background-color: #A21189; }
a { background-color: rgb(162,17,137); }
div.DivClassName
{
background-color: #A21189;
}
.BgClassName
{
background-color: #A21189;
}
</style>
border-color css
<style>
span { border-color: #A21189; }
span { border-color: rgb(162,17,137); }
td.TdClassName
{
border-color: #A21189;
}
.TagClassName
{
border-color: #A21189;
}
</style>