Shades of Dark Magenta #A21187
Tints of Dark Magenta #A21187
RGB
CMYK
RGB Variations
Color information
#A21187 (or 0xA21187) is known color: Dark Magenta. HEX triplet: A2, 11 and 87. RGB value is (162,17,135). Sum of RGB (Red+Green+Blue) = 162+17+135=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A21187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21187 is #5DEE78. Grayscale: #494949. Windows color (decimal): -6155897 or 8851874. OLE color: 8851874.
HSL color Cylindrical-coordinate representation of color #A21187: hue angle of 311.17º 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 #A21187 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 135 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.36 |
| HSL | 311.17º | 0.81% | 0.35% | - |
| HSV(B) | 311.17º | 0.9% | 0.64% | - |
| XYZ | 19.47 | 9.83 | 23.79 | - |
| YUV | 73.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 135 | 0 | 0.90 | 0.17 | 0.36 | 311.17 | 0.81 | 0.35 |
| Hex | A2 | 11 | 87 | 0 | 5A | 11 | 24 | 137 | 51 | 23 |
| Octal | 242 | 21 | 207 | 0 | 132 | 21 | 44 | 467 | 121 | 43 |
| Binary | 10100010 | 10001 | 10000111 | 0 | 1011010 | 10001 | 100100 | 100110111 | 1010001 | 100011 |
Color Harmonies of #A21187
Complementary color
Monochromatic Colors of #A21187
Black with #A21187
Text Example
Text Example
White with #A21187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21187; }
p { color: rgb(162,17,135); }
H1.HeaderClassName
{
color: #A21187;
}
.AnyTagClassName
{
color: #A21187;
}
</style>
background-color css
<style>
a { background-color: #A21187; }
a { background-color: rgb(162,17,135); }
div.DivClassName
{
background-color: #A21187;
}
.BgClassName
{
background-color: #A21187;
}
</style>
border-color css
<style>
span { border-color: #A21187; }
span { border-color: rgb(162,17,135); }
td.TdClassName
{
border-color: #A21187;
}
.TagClassName
{
border-color: #A21187;
}
</style>