Shades of Dark Magenta #A21496
Tints of Dark Magenta #A21496
RGB
CMYK
RGB Variations
Color information
#A21496 (or 0xA21496) is known color: Dark Magenta. HEX triplet: A2, 14 and 96. RGB value is (162,20,150). Sum of RGB (Red+Green+Blue) = 162+20+150=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A21496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21496 is #5DEB69. Grayscale: #4C4C4C. Windows color (decimal): -6155114 or 9835682. OLE color: 9835682.
HSL color Cylindrical-coordinate representation of color #A21496: hue angle of 305.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21496 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 150 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.36 |
| HSL | 305.07º | 0.78% | 0.36% | - |
| HSV(B) | 305.07º | 0.88% | 0.64% | - |
| XYZ | 20.66 | 10.38 | 29.77 | - |
| YUV | 77.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 150 | 0 | 0.88 | 0.07 | 0.36 | 305.07 | 0.78 | 0.36 |
| Hex | A2 | 14 | 96 | 0 | 58 | 7 | 24 | 131 | 4E | 24 |
| Octal | 242 | 24 | 226 | 0 | 130 | 7 | 44 | 461 | 116 | 44 |
| Binary | 10100010 | 10100 | 10010110 | 0 | 1011000 | 111 | 100100 | 100110001 | 1001110 | 100100 |
Color Harmonies of #A21496
Complementary color
Monochromatic Colors of #A21496
Black with #A21496
Text Example
Text Example
White with #A21496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21496; }
p { color: rgb(162,20,150); }
H1.HeaderClassName
{
color: #A21496;
}
.AnyTagClassName
{
color: #A21496;
}
</style>
background-color css
<style>
a { background-color: #A21496; }
a { background-color: rgb(162,20,150); }
div.DivClassName
{
background-color: #A21496;
}
.BgClassName
{
background-color: #A21496;
}
</style>
border-color css
<style>
span { border-color: #A21496; }
span { border-color: rgb(162,20,150); }
td.TdClassName
{
border-color: #A21496;
}
.TagClassName
{
border-color: #A21496;
}
</style>