Shades of Dark Magenta #A20296
Tints of Dark Magenta #A20296
RGB
CMYK
RGB Variations
Color information
#A20296 (or 0xA20296) is known color: Dark Magenta. HEX triplet: A2, 02 and 96. RGB value is (162,2,150). Sum of RGB (Red+Green+Blue) = 162+2+150=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A20296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20296 is #5DFD69. Grayscale: #424242. Windows color (decimal): -6159722 or 9831074. OLE color: 9831074.
HSL color Cylindrical-coordinate representation of color #A20296: hue angle of 304.5º degrees, saturation: 0.98, 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 #A20296 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.36 |
| HSL | 304.5º | 0.98% | 0.32% | - |
| HSV(B) | 304.5º | 0.99% | 0.64% | - |
| XYZ | 20.43 | 9.93 | 29.69 | - |
| YUV | 66.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 150 | 0 | 0.99 | 0.07 | 0.36 | 304.5 | 0.98 | 0.32 |
| Hex | A2 | 2 | 96 | 0 | 63 | 7 | 24 | 130 | 62 | 20 |
| Octal | 242 | 2 | 226 | 0 | 143 | 7 | 44 | 460 | 142 | 40 |
| Binary | 10100010 | 10 | 10010110 | 0 | 1100011 | 111 | 100100 | 100110000 | 1100010 | 100000 |
Color Harmonies of #A20296
Complementary color
Monochromatic Colors of #A20296
Black with #A20296
Text Example
Text Example
White with #A20296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20296; }
p { color: rgb(162,2,150); }
H1.HeaderClassName
{
color: #A20296;
}
.AnyTagClassName
{
color: #A20296;
}
</style>
background-color css
<style>
a { background-color: #A20296; }
a { background-color: rgb(162,2,150); }
div.DivClassName
{
background-color: #A20296;
}
.BgClassName
{
background-color: #A20296;
}
</style>
border-color css
<style>
span { border-color: #A20296; }
span { border-color: rgb(162,2,150); }
td.TdClassName
{
border-color: #A20296;
}
.TagClassName
{
border-color: #A20296;
}
</style>