Shades of Dark Magenta #A20796
Tints of Dark Magenta #A20796
RGB
CMYK
RGB Variations
Color information
#A20796 (or 0xA20796) is known color: Dark Magenta. HEX triplet: A2, 07 and 96. RGB value is (162,7,150). Sum of RGB (Red+Green+Blue) = 162+7+150=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A20796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20796 is #5DF869. Grayscale: #454545. Windows color (decimal): -6158442 or 9832354. OLE color: 9832354.
HSL color Cylindrical-coordinate representation of color #A20796: hue angle of 304.65º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20796 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 150 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.36 |
| HSL | 304.65º | 0.92% | 0.33% | - |
| HSV(B) | 304.65º | 0.96% | 0.64% | - |
| XYZ | 20.48 | 10.04 | 29.71 | - |
| YUV | 69.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 150 | 0 | 0.96 | 0.07 | 0.36 | 304.65 | 0.92 | 0.33 |
| Hex | A2 | 7 | 96 | 0 | 60 | 7 | 24 | 131 | 5C | 21 |
| Octal | 242 | 7 | 226 | 0 | 140 | 7 | 44 | 461 | 134 | 41 |
| Binary | 10100010 | 111 | 10010110 | 0 | 1100000 | 111 | 100100 | 100110001 | 1011100 | 100001 |
Color Harmonies of #A20796
Complementary color
Monochromatic Colors of #A20796
Black with #A20796
Text Example
Text Example
White with #A20796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20796; }
p { color: rgb(162,7,150); }
H1.HeaderClassName
{
color: #A20796;
}
.AnyTagClassName
{
color: #A20796;
}
</style>
background-color css
<style>
a { background-color: #A20796; }
a { background-color: rgb(162,7,150); }
div.DivClassName
{
background-color: #A20796;
}
.BgClassName
{
background-color: #A20796;
}
</style>
border-color css
<style>
span { border-color: #A20796; }
span { border-color: rgb(162,7,150); }
td.TdClassName
{
border-color: #A20796;
}
.TagClassName
{
border-color: #A20796;
}
</style>