Shades of Dark Magenta #A20792
Tints of Dark Magenta #A20792
RGB
CMYK
RGB Variations
Color information
#A20792 (or 0xA20792) is known color: Dark Magenta. HEX triplet: A2, 07 and 92. RGB value is (162,7,146). Sum of RGB (Red+Green+Blue) = 162+7+146=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20792 is #5DF86D. Grayscale: #444444. Windows color (decimal): -6158446 or 9570210. OLE color: 9570210.
HSL color Cylindrical-coordinate representation of color #A20792: hue angle of 306.19º 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 #A20792 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 146 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.36 |
| HSL | 306.19º | 0.92% | 0.33% | - |
| HSV(B) | 306.19º | 0.96% | 0.64% | - |
| XYZ | 20.16 | 9.91 | 28.04 | - |
| YUV | 69.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 146 | 0 | 0.96 | 0.10 | 0.36 | 306.19 | 0.92 | 0.33 |
| Hex | A2 | 7 | 92 | 0 | 60 | A | 24 | 132 | 5C | 21 |
| Octal | 242 | 7 | 222 | 0 | 140 | 12 | 44 | 462 | 134 | 41 |
| Binary | 10100010 | 111 | 10010010 | 0 | 1100000 | 1010 | 100100 | 100110010 | 1011100 | 100001 |
Color Harmonies of #A20792
Complementary color
Monochromatic Colors of #A20792
Black with #A20792
Text Example
Text Example
White with #A20792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20792; }
p { color: rgb(162,7,146); }
H1.HeaderClassName
{
color: #A20792;
}
.AnyTagClassName
{
color: #A20792;
}
</style>
background-color css
<style>
a { background-color: #A20792; }
a { background-color: rgb(162,7,146); }
div.DivClassName
{
background-color: #A20792;
}
.BgClassName
{
background-color: #A20792;
}
</style>
border-color css
<style>
span { border-color: #A20792; }
span { border-color: rgb(162,7,146); }
td.TdClassName
{
border-color: #A20792;
}
.TagClassName
{
border-color: #A20792;
}
</style>