Shades of Dark Magenta #A20196
Tints of Dark Magenta #A20196
RGB
CMYK
RGB Variations
Color information
#A20196 (or 0xA20196) is known color: Dark Magenta. HEX triplet: A2, 01 and 96. RGB value is (162,1,150). Sum of RGB (Red+Green+Blue) = 162+1+150=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A20196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20196 is #5DFE69. Grayscale: #414141. Windows color (decimal): -6159978 or 9830818. OLE color: 9830818.
HSL color Cylindrical-coordinate representation of color #A20196: hue angle of 304.47º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20196 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 150 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.36 |
| HSL | 304.47º | 0.99% | 0.32% | - |
| HSV(B) | 304.47º | 0.99% | 0.64% | - |
| XYZ | 20.42 | 9.91 | 29.69 | - |
| YUV | 66.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 150 | 0 | 0.99 | 0.07 | 0.36 | 304.47 | 0.99 | 0.32 |
| Hex | A2 | 1 | 96 | 0 | 63 | 7 | 24 | 130 | 63 | 20 |
| Octal | 242 | 1 | 226 | 0 | 143 | 7 | 44 | 460 | 143 | 40 |
| Binary | 10100010 | 1 | 10010110 | 0 | 1100011 | 111 | 100100 | 100110000 | 1100011 | 100000 |
Color Harmonies of #A20196
Complementary color
Monochromatic Colors of #A20196
Black with #A20196
Text Example
Text Example
White with #A20196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20196; }
p { color: rgb(162,1,150); }
H1.HeaderClassName
{
color: #A20196;
}
.AnyTagClassName
{
color: #A20196;
}
</style>
background-color css
<style>
a { background-color: #A20196; }
a { background-color: rgb(162,1,150); }
div.DivClassName
{
background-color: #A20196;
}
.BgClassName
{
background-color: #A20196;
}
</style>
border-color css
<style>
span { border-color: #A20196; }
span { border-color: rgb(162,1,150); }
td.TdClassName
{
border-color: #A20196;
}
.TagClassName
{
border-color: #A20196;
}
</style>