Shades of Dark Magenta #A2028D
Tints of Dark Magenta #A2028D
RGB
CMYK
RGB Variations
Color information
#A2028D (or 0xA2028D) is known color: Dark Magenta. HEX triplet: A2, 02 and 8D. RGB value is (162,2,141). Sum of RGB (Red+Green+Blue) = 162+2+141=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2028D is #5DFD72. Grayscale: #414141. Windows color (decimal): -6159731 or 9241250. OLE color: 9241250.
HSL color Cylindrical-coordinate representation of color #A2028D: hue angle of 307.88º 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 #A2028D is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.36 |
| HSL | 307.88º | 0.98% | 0.32% | - |
| HSV(B) | 307.88º | 0.99% | 0.64% | - |
| XYZ | 19.73 | 9.65 | 26.02 | - |
| YUV | 65.69 | 170.51 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 141 | 0 | 0.99 | 0.13 | 0.36 | 307.88 | 0.98 | 0.32 |
| Hex | A2 | 2 | 8D | 0 | 63 | D | 24 | 134 | 62 | 20 |
| Octal | 242 | 2 | 215 | 0 | 143 | 15 | 44 | 464 | 142 | 40 |
| Binary | 10100010 | 10 | 10001101 | 0 | 1100011 | 1101 | 100100 | 100110100 | 1100010 | 100000 |
Color Harmonies of #A2028D
Complementary color
Monochromatic Colors of #A2028D
Black with #A2028D
Text Example
Text Example
White with #A2028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2028D; }
p { color: rgb(162,2,141); }
H1.HeaderClassName
{
color: #A2028D;
}
.AnyTagClassName
{
color: #A2028D;
}
</style>
background-color css
<style>
a { background-color: #A2028D; }
a { background-color: rgb(162,2,141); }
div.DivClassName
{
background-color: #A2028D;
}
.BgClassName
{
background-color: #A2028D;
}
</style>
border-color css
<style>
span { border-color: #A2028D; }
span { border-color: rgb(162,2,141); }
td.TdClassName
{
border-color: #A2028D;
}
.TagClassName
{
border-color: #A2028D;
}
</style>