Shades of Dark Magenta #A20594
Tints of Dark Magenta #A20594
RGB
CMYK
RGB Variations
Color information
#A20594 (or 0xA20594) is known color: Dark Magenta. HEX triplet: A2, 05 and 94. RGB value is (162,5,148). Sum of RGB (Red+Green+Blue) = 162+5+148=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20594 is #5DFA6B. Grayscale: #434343. Windows color (decimal): -6158956 or 9700770. OLE color: 9700770.
HSL color Cylindrical-coordinate representation of color #A20594: hue angle of 305.35º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20594 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 148 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.36 |
| HSL | 305.35º | 0.94% | 0.33% | - |
| HSV(B) | 305.35º | 0.97% | 0.64% | - |
| XYZ | 20.3 | 9.93 | 28.86 | - |
| YUV | 68.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 148 | 0 | 0.97 | 0.09 | 0.36 | 305.35 | 0.94 | 0.33 |
| Hex | A2 | 5 | 94 | 0 | 61 | 9 | 24 | 131 | 5E | 21 |
| Octal | 242 | 5 | 224 | 0 | 141 | 11 | 44 | 461 | 136 | 41 |
| Binary | 10100010 | 101 | 10010100 | 0 | 1100001 | 1001 | 100100 | 100110001 | 1011110 | 100001 |
Color Harmonies of #A20594
Complementary color
Monochromatic Colors of #A20594
Black with #A20594
Text Example
Text Example
White with #A20594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20594; }
p { color: rgb(162,5,148); }
H1.HeaderClassName
{
color: #A20594;
}
.AnyTagClassName
{
color: #A20594;
}
</style>
background-color css
<style>
a { background-color: #A20594; }
a { background-color: rgb(162,5,148); }
div.DivClassName
{
background-color: #A20594;
}
.BgClassName
{
background-color: #A20594;
}
</style>
border-color css
<style>
span { border-color: #A20594; }
span { border-color: rgb(162,5,148); }
td.TdClassName
{
border-color: #A20594;
}
.TagClassName
{
border-color: #A20594;
}
</style>