Shades of Dark Magenta #A2029E
Tints of Dark Magenta #A2029E
RGB
CMYK
RGB Variations
Color information
#A2029E (or 0xA2029E) is known color: Dark Magenta. HEX triplet: A2, 02 and 9E. RGB value is (162,2,158). Sum of RGB (Red+Green+Blue) = 162+2+158=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2029E is #5DFD61. Grayscale: #434343. Windows color (decimal): -6159714 or 10355362. OLE color: 10355362.
HSL color Cylindrical-coordinate representation of color #A2029E: hue angle of 301.5º degrees, saturation: 0.98, 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 #A2029E is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.36 |
| HSL | 301.5º | 0.98% | 0.32% | - |
| HSV(B) | 301.5º | 0.99% | 0.64% | - |
| XYZ | 21.09 | 10.19 | 33.2 | - |
| YUV | 67.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 158 | 0 | 0.99 | 0.02 | 0.36 | 301.5 | 0.98 | 0.32 |
| Hex | A2 | 2 | 9E | 0 | 63 | 2 | 24 | 12E | 62 | 20 |
| Octal | 242 | 2 | 236 | 0 | 143 | 2 | 44 | 456 | 142 | 40 |
| Binary | 10100010 | 10 | 10011110 | 0 | 1100011 | 10 | 100100 | 100101110 | 1100010 | 100000 |
Color Harmonies of #A2029E
Complementary color
Monochromatic Colors of #A2029E
Black with #A2029E
Text Example
Text Example
White with #A2029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2029E; }
p { color: rgb(162,2,158); }
H1.HeaderClassName
{
color: #A2029E;
}
.AnyTagClassName
{
color: #A2029E;
}
</style>
background-color css
<style>
a { background-color: #A2029E; }
a { background-color: rgb(162,2,158); }
div.DivClassName
{
background-color: #A2029E;
}
.BgClassName
{
background-color: #A2029E;
}
</style>
border-color css
<style>
span { border-color: #A2029E; }
span { border-color: rgb(162,2,158); }
td.TdClassName
{
border-color: #A2029E;
}
.TagClassName
{
border-color: #A2029E;
}
</style>