Shades of Dark Magenta #A20583
Tints of Dark Magenta #A20583
RGB
CMYK
RGB Variations
Color information
#A20583 (or 0xA20583) is known color: Dark Magenta. HEX triplet: A2, 05 and 83. RGB value is (162,5,131). Sum of RGB (Red+Green+Blue) = 162+5+131=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A20583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20583 is #5DFA7C. Grayscale: #414141. Windows color (decimal): -6158973 or 8586658. OLE color: 8586658.
HSL color Cylindrical-coordinate representation of color #A20583: hue angle of 311.85º 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 #A20583 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 131 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.36 |
| HSL | 311.85º | 0.94% | 0.33% | - |
| HSV(B) | 311.85º | 0.97% | 0.64% | - |
| XYZ | 19.05 | 9.43 | 22.29 | - |
| YUV | 66.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 131 | 0 | 0.97 | 0.19 | 0.36 | 311.85 | 0.94 | 0.33 |
| Hex | A2 | 5 | 83 | 0 | 61 | 13 | 24 | 138 | 5E | 21 |
| Octal | 242 | 5 | 203 | 0 | 141 | 23 | 44 | 470 | 136 | 41 |
| Binary | 10100010 | 101 | 10000011 | 0 | 1100001 | 10011 | 100100 | 100111000 | 1011110 | 100001 |
Color Harmonies of #A20583
Complementary color
Monochromatic Colors of #A20583
Black with #A20583
Text Example
Text Example
White with #A20583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20583; }
p { color: rgb(162,5,131); }
H1.HeaderClassName
{
color: #A20583;
}
.AnyTagClassName
{
color: #A20583;
}
</style>
background-color css
<style>
a { background-color: #A20583; }
a { background-color: rgb(162,5,131); }
div.DivClassName
{
background-color: #A20583;
}
.BgClassName
{
background-color: #A20583;
}
</style>
border-color css
<style>
span { border-color: #A20583; }
span { border-color: rgb(162,5,131); }
td.TdClassName
{
border-color: #A20583;
}
.TagClassName
{
border-color: #A20583;
}
</style>