Shades of Dark Magenta #A20794
Tints of Dark Magenta #A20794
RGB
CMYK
RGB Variations
Color information
#A20794 (or 0xA20794) is known color: Dark Magenta. HEX triplet: A2, 07 and 94. RGB value is (162,7,148). Sum of RGB (Red+Green+Blue) = 162+7+148=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A20794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20794 is #5DF86B. Grayscale: #454545. Windows color (decimal): -6158444 or 9701282. OLE color: 9701282.
HSL color Cylindrical-coordinate representation of color #A20794: hue angle of 305.42º 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 #A20794 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 148 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.36 |
| HSL | 305.42º | 0.92% | 0.33% | - |
| HSV(B) | 305.42º | 0.96% | 0.64% | - |
| XYZ | 20.32 | 9.97 | 28.87 | - |
| YUV | 69.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 148 | 0 | 0.96 | 0.09 | 0.36 | 305.42 | 0.92 | 0.33 |
| Hex | A2 | 7 | 94 | 0 | 60 | 9 | 24 | 131 | 5C | 21 |
| Octal | 242 | 7 | 224 | 0 | 140 | 11 | 44 | 461 | 134 | 41 |
| Binary | 10100010 | 111 | 10010100 | 0 | 1100000 | 1001 | 100100 | 100110001 | 1011100 | 100001 |
Color Harmonies of #A20794
Complementary color
Monochromatic Colors of #A20794
Black with #A20794
Text Example
Text Example
White with #A20794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20794; }
p { color: rgb(162,7,148); }
H1.HeaderClassName
{
color: #A20794;
}
.AnyTagClassName
{
color: #A20794;
}
</style>
background-color css
<style>
a { background-color: #A20794; }
a { background-color: rgb(162,7,148); }
div.DivClassName
{
background-color: #A20794;
}
.BgClassName
{
background-color: #A20794;
}
</style>
border-color css
<style>
span { border-color: #A20794; }
span { border-color: rgb(162,7,148); }
td.TdClassName
{
border-color: #A20794;
}
.TagClassName
{
border-color: #A20794;
}
</style>