Shades of Dark Magenta #A2049D
Tints of Dark Magenta #A2049D
RGB
CMYK
RGB Variations
Color information
#A2049D (or 0xA2049D) is known color: Dark Magenta. HEX triplet: A2, 04 and 9D. RGB value is (162,4,157). Sum of RGB (Red+Green+Blue) = 162+4+157=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2049D is #5DFB62. Grayscale: #444444. Windows color (decimal): -6159203 or 10290338. OLE color: 10290338.
HSL color Cylindrical-coordinate representation of color #A2049D: hue angle of 301.9º 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 #A2049D is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.36 |
| HSL | 301.9º | 0.95% | 0.33% | - |
| HSV(B) | 301.9º | 0.98% | 0.64% | - |
| XYZ | 21.03 | 10.2 | 32.76 | - |
| YUV | 68.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 157 | 0 | 0.98 | 0.03 | 0.36 | 301.9 | 0.95 | 0.33 |
| Hex | A2 | 4 | 9D | 0 | 62 | 3 | 24 | 12E | 5F | 21 |
| Octal | 242 | 4 | 235 | 0 | 142 | 3 | 44 | 456 | 137 | 41 |
| Binary | 10100010 | 100 | 10011101 | 0 | 1100010 | 11 | 100100 | 100101110 | 1011111 | 100001 |
Color Harmonies of #A2049D
Complementary color
Monochromatic Colors of #A2049D
Black with #A2049D
Text Example
Text Example
White with #A2049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2049D; }
p { color: rgb(162,4,157); }
H1.HeaderClassName
{
color: #A2049D;
}
.AnyTagClassName
{
color: #A2049D;
}
</style>
background-color css
<style>
a { background-color: #A2049D; }
a { background-color: rgb(162,4,157); }
div.DivClassName
{
background-color: #A2049D;
}
.BgClassName
{
background-color: #A2049D;
}
</style>
border-color css
<style>
span { border-color: #A2049D; }
span { border-color: rgb(162,4,157); }
td.TdClassName
{
border-color: #A2049D;
}
.TagClassName
{
border-color: #A2049D;
}
</style>