Shades of Dark Magenta #A2189D
Tints of Dark Magenta #A2189D
RGB
CMYK
RGB Variations
Color information
#A2189D (or 0xA2189D) is known color: Dark Magenta. HEX triplet: A2, 18 and 9D. RGB value is (162,24,157). Sum of RGB (Red+Green+Blue) = 162+24+157=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2189D is #5DE762. Grayscale: #505050. Windows color (decimal): -6154083 or 10295458. OLE color: 10295458.
HSL color Cylindrical-coordinate representation of color #A2189D: hue angle of 302.17º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2189D is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 157 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.36 |
| HSL | 302.17º | 0.74% | 0.36% | - |
| HSV(B) | 302.17º | 0.85% | 0.64% | - |
| XYZ | 21.31 | 10.77 | 32.85 | - |
| YUV | 80.42 | 171.22 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 157 | 0 | 0.85 | 0.03 | 0.36 | 302.17 | 0.74 | 0.36 |
| Hex | A2 | 18 | 9D | 0 | 55 | 3 | 24 | 12E | 4A | 24 |
| Octal | 242 | 30 | 235 | 0 | 125 | 3 | 44 | 456 | 112 | 44 |
| Binary | 10100010 | 11000 | 10011101 | 0 | 1010101 | 11 | 100100 | 100101110 | 1001010 | 100100 |
Color Harmonies of #A2189D
Complementary color
Monochromatic Colors of #A2189D
Black with #A2189D
Text Example
Text Example
White with #A2189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2189D; }
p { color: rgb(162,24,157); }
H1.HeaderClassName
{
color: #A2189D;
}
.AnyTagClassName
{
color: #A2189D;
}
</style>
background-color css
<style>
a { background-color: #A2189D; }
a { background-color: rgb(162,24,157); }
div.DivClassName
{
background-color: #A2189D;
}
.BgClassName
{
background-color: #A2189D;
}
</style>
border-color css
<style>
span { border-color: #A2189D; }
span { border-color: rgb(162,24,157); }
td.TdClassName
{
border-color: #A2189D;
}
.TagClassName
{
border-color: #A2189D;
}
</style>