Shades of Dark Magenta #A20495
Tints of Dark Magenta #A20495
RGB
CMYK
RGB Variations
Color information
#A20495 (or 0xA20495) is known color: Dark Magenta. HEX triplet: A2, 04 and 95. RGB value is (162,4,149). Sum of RGB (Red+Green+Blue) = 162+4+149=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20495 is #5DFB6A. Grayscale: #434343. Windows color (decimal): -6159211 or 9766050. OLE color: 9766050.
HSL color Cylindrical-coordinate representation of color #A20495: hue angle of 304.94º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20495 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.36 |
| HSL | 304.94º | 0.95% | 0.33% | - |
| HSV(B) | 304.94º | 0.98% | 0.64% | - |
| XYZ | 20.37 | 9.94 | 29.28 | - |
| YUV | 67.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 149 | 0 | 0.98 | 0.08 | 0.36 | 304.94 | 0.95 | 0.33 |
| Hex | A2 | 4 | 95 | 0 | 62 | 8 | 24 | 131 | 5F | 21 |
| Octal | 242 | 4 | 225 | 0 | 142 | 10 | 44 | 461 | 137 | 41 |
| Binary | 10100010 | 100 | 10010101 | 0 | 1100010 | 1000 | 100100 | 100110001 | 1011111 | 100001 |
Color Harmonies of #A20495
Complementary color
Monochromatic Colors of #A20495
Black with #A20495
Text Example
Text Example
White with #A20495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20495; }
p { color: rgb(162,4,149); }
H1.HeaderClassName
{
color: #A20495;
}
.AnyTagClassName
{
color: #A20495;
}
</style>
background-color css
<style>
a { background-color: #A20495; }
a { background-color: rgb(162,4,149); }
div.DivClassName
{
background-color: #A20495;
}
.BgClassName
{
background-color: #A20495;
}
</style>
border-color css
<style>
span { border-color: #A20495; }
span { border-color: rgb(162,4,149); }
td.TdClassName
{
border-color: #A20495;
}
.TagClassName
{
border-color: #A20495;
}
</style>