Shades of Dark Magenta #A2048E
Tints of Dark Magenta #A2048E
RGB
CMYK
RGB Variations
Color information
#A2048E (or 0xA2048E) is known color: Dark Magenta. HEX triplet: A2, 04 and 8E. RGB value is (162,4,142). Sum of RGB (Red+Green+Blue) = 162+4+142=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2048E is #5DFB71. Grayscale: #424242. Windows color (decimal): -6159218 or 9307298. OLE color: 9307298.
HSL color Cylindrical-coordinate representation of color #A2048E: hue angle of 307.59º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2048E is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.36 |
| HSL | 307.59º | 0.95% | 0.33% | - |
| HSV(B) | 307.59º | 0.98% | 0.64% | - |
| XYZ | 19.83 | 9.72 | 26.42 | - |
| YUV | 66.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 142 | 0 | 0.98 | 0.12 | 0.36 | 307.59 | 0.95 | 0.33 |
| Hex | A2 | 4 | 8E | 0 | 62 | C | 24 | 134 | 5F | 21 |
| Octal | 242 | 4 | 216 | 0 | 142 | 14 | 44 | 464 | 137 | 41 |
| Binary | 10100010 | 100 | 10001110 | 0 | 1100010 | 1100 | 100100 | 100110100 | 1011111 | 100001 |
Color Harmonies of #A2048E
Complementary color
Monochromatic Colors of #A2048E
Black with #A2048E
Text Example
Text Example
White with #A2048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2048E; }
p { color: rgb(162,4,142); }
H1.HeaderClassName
{
color: #A2048E;
}
.AnyTagClassName
{
color: #A2048E;
}
</style>
background-color css
<style>
a { background-color: #A2048E; }
a { background-color: rgb(162,4,142); }
div.DivClassName
{
background-color: #A2048E;
}
.BgClassName
{
background-color: #A2048E;
}
</style>
border-color css
<style>
span { border-color: #A2048E; }
span { border-color: rgb(162,4,142); }
td.TdClassName
{
border-color: #A2048E;
}
.TagClassName
{
border-color: #A2048E;
}
</style>