Shades of Dark Magenta #A20599
Tints of Dark Magenta #A20599
RGB
CMYK
RGB Variations
Color information
#A20599 (or 0xA20599) is known color: Dark Magenta. HEX triplet: A2, 05 and 99. RGB value is (162,5,153). Sum of RGB (Red+Green+Blue) = 162+5+153=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A20599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20599 is #5DFA66. Grayscale: #444444. Windows color (decimal): -6158951 or 10028450. OLE color: 10028450.
HSL color Cylindrical-coordinate representation of color #A20599: hue angle of 303.44º 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 #A20599 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.36 |
| HSL | 303.44º | 0.94% | 0.33% | - |
| HSV(B) | 303.44º | 0.97% | 0.64% | - |
| XYZ | 20.7 | 10.09 | 30.99 | - |
| YUV | 68.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 153 | 0 | 0.97 | 0.06 | 0.36 | 303.44 | 0.94 | 0.33 |
| Hex | A2 | 5 | 99 | 0 | 61 | 6 | 24 | 12F | 5E | 21 |
| Octal | 242 | 5 | 231 | 0 | 141 | 6 | 44 | 457 | 136 | 41 |
| Binary | 10100010 | 101 | 10011001 | 0 | 1100001 | 110 | 100100 | 100101111 | 1011110 | 100001 |
Color Harmonies of #A20599
Complementary color
Monochromatic Colors of #A20599
Black with #A20599
Text Example
Text Example
White with #A20599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20599; }
p { color: rgb(162,5,153); }
H1.HeaderClassName
{
color: #A20599;
}
.AnyTagClassName
{
color: #A20599;
}
</style>
background-color css
<style>
a { background-color: #A20599; }
a { background-color: rgb(162,5,153); }
div.DivClassName
{
background-color: #A20599;
}
.BgClassName
{
background-color: #A20599;
}
</style>
border-color css
<style>
span { border-color: #A20599; }
span { border-color: rgb(162,5,153); }
td.TdClassName
{
border-color: #A20599;
}
.TagClassName
{
border-color: #A20599;
}
</style>