Shades of Dark Magenta #A2149A
Tints of Dark Magenta #A2149A
RGB
CMYK
RGB Variations
Color information
#A2149A (or 0xA2149A) is known color: Dark Magenta. HEX triplet: A2, 14 and 9A. RGB value is (162,20,154). Sum of RGB (Red+Green+Blue) = 162+20+154=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2149A is #5DEB65. Grayscale: #4D4D4D. Windows color (decimal): -6155110 or 10097826. OLE color: 10097826.
HSL color Cylindrical-coordinate representation of color #A2149A: hue angle of 303.38º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2149A is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 154 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.36 |
| HSL | 303.38º | 0.78% | 0.36% | - |
| HSV(B) | 303.38º | 0.88% | 0.64% | - |
| XYZ | 20.98 | 10.51 | 31.5 | - |
| YUV | 77.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 154 | 0 | 0.88 | 0.05 | 0.36 | 303.38 | 0.78 | 0.36 |
| Hex | A2 | 14 | 9A | 0 | 58 | 5 | 24 | 12F | 4E | 24 |
| Octal | 242 | 24 | 232 | 0 | 130 | 5 | 44 | 457 | 116 | 44 |
| Binary | 10100010 | 10100 | 10011010 | 0 | 1011000 | 101 | 100100 | 100101111 | 1001110 | 100100 |
Color Harmonies of #A2149A
Complementary color
Monochromatic Colors of #A2149A
Black with #A2149A
Text Example
Text Example
White with #A2149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2149A; }
p { color: rgb(162,20,154); }
H1.HeaderClassName
{
color: #A2149A;
}
.AnyTagClassName
{
color: #A2149A;
}
</style>
background-color css
<style>
a { background-color: #A2149A; }
a { background-color: rgb(162,20,154); }
div.DivClassName
{
background-color: #A2149A;
}
.BgClassName
{
background-color: #A2149A;
}
</style>
border-color css
<style>
span { border-color: #A2149A; }
span { border-color: rgb(162,20,154); }
td.TdClassName
{
border-color: #A2149A;
}
.TagClassName
{
border-color: #A2149A;
}
</style>