Shades of Dark Magenta #A21598
Tints of Dark Magenta #A21598
RGB
CMYK
RGB Variations
Color information
#A21598 (or 0xA21598) is known color: Dark Magenta. HEX triplet: A2, 15 and 98. RGB value is (162,21,152). Sum of RGB (Red+Green+Blue) = 162+21+152=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A21598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21598 is #5DEA67. Grayscale: #4D4D4D. Windows color (decimal): -6154856 or 9967010. OLE color: 9967010.
HSL color Cylindrical-coordinate representation of color #A21598: hue angle of 304.26º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21598 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 152 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.36 |
| HSL | 304.26º | 0.77% | 0.36% | - |
| HSV(B) | 304.26º | 0.87% | 0.64% | - |
| XYZ | 20.84 | 10.48 | 30.63 | - |
| YUV | 78.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 152 | 0 | 0.87 | 0.06 | 0.36 | 304.26 | 0.77 | 0.36 |
| Hex | A2 | 15 | 98 | 0 | 57 | 6 | 24 | 130 | 4D | 24 |
| Octal | 242 | 25 | 230 | 0 | 127 | 6 | 44 | 460 | 115 | 44 |
| Binary | 10100010 | 10101 | 10011000 | 0 | 1010111 | 110 | 100100 | 100110000 | 1001101 | 100100 |
Color Harmonies of #A21598
Complementary color
Monochromatic Colors of #A21598
Black with #A21598
Text Example
Text Example
White with #A21598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21598; }
p { color: rgb(162,21,152); }
H1.HeaderClassName
{
color: #A21598;
}
.AnyTagClassName
{
color: #A21598;
}
</style>
background-color css
<style>
a { background-color: #A21598; }
a { background-color: rgb(162,21,152); }
div.DivClassName
{
background-color: #A21598;
}
.BgClassName
{
background-color: #A21598;
}
</style>
border-color css
<style>
span { border-color: #A21598; }
span { border-color: rgb(162,21,152); }
td.TdClassName
{
border-color: #A21598;
}
.TagClassName
{
border-color: #A21598;
}
</style>