Shades of Dark Magenta #A2038E
Tints of Dark Magenta #A2038E
RGB
CMYK
RGB Variations
Color information
#A2038E (or 0xA2038E) is known color: Dark Magenta. HEX triplet: A2, 03 and 8E. RGB value is (162,3,142). Sum of RGB (Red+Green+Blue) = 162+3+142=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2038E is #5DFC71. Grayscale: #414141. Windows color (decimal): -6159474 or 9307042. OLE color: 9307042.
HSL color Cylindrical-coordinate representation of color #A2038E: hue angle of 307.55º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2038E is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 142 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.36 |
| HSL | 307.55º | 0.96% | 0.32% | - |
| HSV(B) | 307.55º | 0.98% | 0.64% | - |
| XYZ | 19.82 | 9.7 | 26.42 | - |
| YUV | 66.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 142 | 0 | 0.98 | 0.12 | 0.36 | 307.55 | 0.96 | 0.32 |
| Hex | A2 | 3 | 8E | 0 | 62 | C | 24 | 134 | 60 | 20 |
| Octal | 242 | 3 | 216 | 0 | 142 | 14 | 44 | 464 | 140 | 40 |
| Binary | 10100010 | 11 | 10001110 | 0 | 1100010 | 1100 | 100100 | 100110100 | 1100000 | 100000 |
Color Harmonies of #A2038E
Complementary color
Monochromatic Colors of #A2038E
Black with #A2038E
Text Example
Text Example
White with #A2038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2038E; }
p { color: rgb(162,3,142); }
H1.HeaderClassName
{
color: #A2038E;
}
.AnyTagClassName
{
color: #A2038E;
}
</style>
background-color css
<style>
a { background-color: #A2038E; }
a { background-color: rgb(162,3,142); }
div.DivClassName
{
background-color: #A2038E;
}
.BgClassName
{
background-color: #A2038E;
}
</style>
border-color css
<style>
span { border-color: #A2038E; }
span { border-color: rgb(162,3,142); }
td.TdClassName
{
border-color: #A2038E;
}
.TagClassName
{
border-color: #A2038E;
}
</style>