Shades of Dark Magenta #A2009D
Tints of Dark Magenta #A2009D
RGB
CMYK
RGB Variations
Color information
#A2009D (or 0xA2009D) is known color: Dark Magenta. HEX triplet: A2, 00 and 9D. RGB value is (162,0,157). Sum of RGB (Red+Green+Blue) = 162+0+157=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2009D is #5DFF62. Grayscale: #414141. Windows color (decimal): -6160227 or 10289314. OLE color: 10289314.
HSL color Cylindrical-coordinate representation of color #A2009D: hue angle of 301.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2009D is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.03 | 0.36 |
| HSL | 301.85º | 1% | 0.32% | - |
| HSV(B) | 301.85º | 1% | 0.64% | - |
| XYZ | 20.99 | 10.12 | 32.74 | - |
| YUV | 66.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 157 | 0 | 1 | 0.03 | 0.36 | 301.85 | 1 | 0.32 |
| Hex | A2 | 0 | 9D | 0 | 64 | 3 | 24 | 12E | 64 | 20 |
| Octal | 242 | 0 | 235 | 0 | 144 | 3 | 44 | 456 | 144 | 40 |
| Binary | 10100010 | 0 | 10011101 | 0 | 1100100 | 11 | 100100 | 100101110 | 1100100 | 100000 |
Color Harmonies of #A2009D
Complementary color
Monochromatic Colors of #A2009D
Black with #A2009D
Text Example
Text Example
White with #A2009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2009D; }
p { color: rgb(162,0,157); }
H1.HeaderClassName
{
color: #A2009D;
}
.AnyTagClassName
{
color: #A2009D;
}
</style>
background-color css
<style>
a { background-color: #A2009D; }
a { background-color: rgb(162,0,157); }
div.DivClassName
{
background-color: #A2009D;
}
.BgClassName
{
background-color: #A2009D;
}
</style>
border-color css
<style>
span { border-color: #A2009D; }
span { border-color: rgb(162,0,157); }
td.TdClassName
{
border-color: #A2009D;
}
.TagClassName
{
border-color: #A2009D;
}
</style>