Shades of Dark Magenta #A20595
Tints of Dark Magenta #A20595
RGB
CMYK
RGB Variations
Color information
#A20595 (or 0xA20595) is known color: Dark Magenta. HEX triplet: A2, 05 and 95. RGB value is (162,5,149). Sum of RGB (Red+Green+Blue) = 162+5+149=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20595 is #5DFA6A. Grayscale: #434343. Windows color (decimal): -6158955 or 9766306. OLE color: 9766306.
HSL color Cylindrical-coordinate representation of color #A20595: hue angle of 304.97º 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 #A20595 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 149 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.36 |
| HSL | 304.97º | 0.94% | 0.33% | - |
| HSV(B) | 304.97º | 0.97% | 0.64% | - |
| XYZ | 20.38 | 9.96 | 29.28 | - |
| YUV | 68.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 149 | 0 | 0.97 | 0.08 | 0.36 | 304.97 | 0.94 | 0.33 |
| Hex | A2 | 5 | 95 | 0 | 61 | 8 | 24 | 131 | 5E | 21 |
| Octal | 242 | 5 | 225 | 0 | 141 | 10 | 44 | 461 | 136 | 41 |
| Binary | 10100010 | 101 | 10010101 | 0 | 1100001 | 1000 | 100100 | 100110001 | 1011110 | 100001 |
Color Harmonies of #A20595
Complementary color
Monochromatic Colors of #A20595
Black with #A20595
Text Example
Text Example
White with #A20595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20595; }
p { color: rgb(162,5,149); }
H1.HeaderClassName
{
color: #A20595;
}
.AnyTagClassName
{
color: #A20595;
}
</style>
background-color css
<style>
a { background-color: #A20595; }
a { background-color: rgb(162,5,149); }
div.DivClassName
{
background-color: #A20595;
}
.BgClassName
{
background-color: #A20595;
}
</style>
border-color css
<style>
span { border-color: #A20595; }
span { border-color: rgb(162,5,149); }
td.TdClassName
{
border-color: #A20595;
}
.TagClassName
{
border-color: #A20595;
}
</style>