Shades of Dark Magenta #A2008D
Tints of Dark Magenta #A2008D
RGB
CMYK
RGB Variations
Color information
#A2008D (or 0xA2008D) is known color: Dark Magenta. HEX triplet: A2, 00 and 8D. RGB value is (162,0,141). Sum of RGB (Red+Green+Blue) = 162+0+141=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2008D is #5DFF72. Grayscale: #404040. Windows color (decimal): -6160243 or 9240738. OLE color: 9240738.
HSL color Cylindrical-coordinate representation of color #A2008D: hue angle of 307.78º 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 #A2008D is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.13 | 0.36 |
| HSL | 307.78º | 1% | 0.32% | - |
| HSV(B) | 307.78º | 1% | 0.64% | - |
| XYZ | 19.71 | 9.6 | 26.01 | - |
| YUV | 64.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 141 | 0 | 1 | 0.13 | 0.36 | 307.78 | 1 | 0.32 |
| Hex | A2 | 0 | 8D | 0 | 64 | D | 24 | 134 | 64 | 20 |
| Octal | 242 | 0 | 215 | 0 | 144 | 15 | 44 | 464 | 144 | 40 |
| Binary | 10100010 | 0 | 10001101 | 0 | 1100100 | 1101 | 100100 | 100110100 | 1100100 | 100000 |
Color Harmonies of #A2008D
Complementary color
Monochromatic Colors of #A2008D
Black with #A2008D
Text Example
Text Example
White with #A2008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2008D; }
p { color: rgb(162,0,141); }
H1.HeaderClassName
{
color: #A2008D;
}
.AnyTagClassName
{
color: #A2008D;
}
</style>
background-color css
<style>
a { background-color: #A2008D; }
a { background-color: rgb(162,0,141); }
div.DivClassName
{
background-color: #A2008D;
}
.BgClassName
{
background-color: #A2008D;
}
</style>
border-color css
<style>
span { border-color: #A2008D; }
span { border-color: rgb(162,0,141); }
td.TdClassName
{
border-color: #A2008D;
}
.TagClassName
{
border-color: #A2008D;
}
</style>