Shades of Dark Magenta #A2019D
Tints of Dark Magenta #A2019D
RGB
CMYK
RGB Variations
Color information
#A2019D (or 0xA2019D) is known color: Dark Magenta. HEX triplet: A2, 01 and 9D. RGB value is (162,1,157). Sum of RGB (Red+Green+Blue) = 162+1+157=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2019D is #5DFE62. Grayscale: #424242. Windows color (decimal): -6159971 or 10289570. OLE color: 10289570.
HSL color Cylindrical-coordinate representation of color #A2019D: hue angle of 301.86º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2019D is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 157 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.36 |
| HSL | 301.86º | 0.99% | 0.32% | - |
| HSV(B) | 301.86º | 0.99% | 0.64% | - |
| XYZ | 21 | 10.14 | 32.75 | - |
| YUV | 66.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 157 | 0 | 0.99 | 0.03 | 0.36 | 301.86 | 0.99 | 0.32 |
| Hex | A2 | 1 | 9D | 0 | 63 | 3 | 24 | 12E | 63 | 20 |
| Octal | 242 | 1 | 235 | 0 | 143 | 3 | 44 | 456 | 143 | 40 |
| Binary | 10100010 | 1 | 10011101 | 0 | 1100011 | 11 | 100100 | 100101110 | 1100011 | 100000 |
Color Harmonies of #A2019D
Complementary color
Monochromatic Colors of #A2019D
Black with #A2019D
Text Example
Text Example
White with #A2019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2019D; }
p { color: rgb(162,1,157); }
H1.HeaderClassName
{
color: #A2019D;
}
.AnyTagClassName
{
color: #A2019D;
}
</style>
background-color css
<style>
a { background-color: #A2019D; }
a { background-color: rgb(162,1,157); }
div.DivClassName
{
background-color: #A2019D;
}
.BgClassName
{
background-color: #A2019D;
}
</style>
border-color css
<style>
span { border-color: #A2019D; }
span { border-color: rgb(162,1,157); }
td.TdClassName
{
border-color: #A2019D;
}
.TagClassName
{
border-color: #A2019D;
}
</style>