Shades of Dark Magenta #A2028E
Tints of Dark Magenta #A2028E
RGB
CMYK
RGB Variations
Color information
#A2028E (or 0xA2028E) is known color: Dark Magenta. HEX triplet: A2, 02 and 8E. RGB value is (162,2,142). Sum of RGB (Red+Green+Blue) = 162+2+142=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2028E is #5DFD71. Grayscale: #414141. Windows color (decimal): -6159730 or 9306786. OLE color: 9306786.
HSL color Cylindrical-coordinate representation of color #A2028E: hue angle of 307.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 #A2028E is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.36 |
| HSL | 307.5º | 0.98% | 0.32% | - |
| HSV(B) | 307.5º | 0.99% | 0.64% | - |
| XYZ | 19.8 | 9.68 | 26.42 | - |
| YUV | 65.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 142 | 0 | 0.99 | 0.12 | 0.36 | 307.5 | 0.98 | 0.32 |
| Hex | A2 | 2 | 8E | 0 | 63 | C | 24 | 134 | 62 | 20 |
| Octal | 242 | 2 | 216 | 0 | 143 | 14 | 44 | 464 | 142 | 40 |
| Binary | 10100010 | 10 | 10001110 | 0 | 1100011 | 1100 | 100100 | 100110100 | 1100010 | 100000 |
Color Harmonies of #A2028E
Complementary color
Monochromatic Colors of #A2028E
Black with #A2028E
Text Example
Text Example
White with #A2028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2028E; }
p { color: rgb(162,2,142); }
H1.HeaderClassName
{
color: #A2028E;
}
.AnyTagClassName
{
color: #A2028E;
}
</style>
background-color css
<style>
a { background-color: #A2028E; }
a { background-color: rgb(162,2,142); }
div.DivClassName
{
background-color: #A2028E;
}
.BgClassName
{
background-color: #A2028E;
}
</style>
border-color css
<style>
span { border-color: #A2028E; }
span { border-color: rgb(162,2,142); }
td.TdClassName
{
border-color: #A2028E;
}
.TagClassName
{
border-color: #A2028E;
}
</style>