Shades of Dark Magenta #A2149C
Tints of Dark Magenta #A2149C
RGB
CMYK
RGB Variations
Color information
#A2149C (or 0xA2149C) is known color: Dark Magenta. HEX triplet: A2, 14 and 9C. RGB value is (162,20,156). Sum of RGB (Red+Green+Blue) = 162+20+156=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2149C is #5DEB63. Grayscale: #4D4D4D. Windows color (decimal): -6155108 or 10228898. OLE color: 10228898.
HSL color Cylindrical-coordinate representation of color #A2149C: hue angle of 302.54º 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 #A2149C is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 156 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.36 |
| HSL | 302.54º | 0.78% | 0.36% | - |
| HSV(B) | 302.54º | 0.88% | 0.64% | - |
| XYZ | 21.15 | 10.58 | 32.38 | - |
| YUV | 77.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 156 | 0 | 0.88 | 0.04 | 0.36 | 302.54 | 0.78 | 0.36 |
| Hex | A2 | 14 | 9C | 0 | 58 | 4 | 24 | 12F | 4E | 24 |
| Octal | 242 | 24 | 234 | 0 | 130 | 4 | 44 | 457 | 116 | 44 |
| Binary | 10100010 | 10100 | 10011100 | 0 | 1011000 | 100 | 100100 | 100101111 | 1001110 | 100100 |
Color Harmonies of #A2149C
Complementary color
Monochromatic Colors of #A2149C
Black with #A2149C
Text Example
Text Example
White with #A2149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2149C; }
p { color: rgb(162,20,156); }
H1.HeaderClassName
{
color: #A2149C;
}
.AnyTagClassName
{
color: #A2149C;
}
</style>
background-color css
<style>
a { background-color: #A2149C; }
a { background-color: rgb(162,20,156); }
div.DivClassName
{
background-color: #A2149C;
}
.BgClassName
{
background-color: #A2149C;
}
</style>
border-color css
<style>
span { border-color: #A2149C; }
span { border-color: rgb(162,20,156); }
td.TdClassName
{
border-color: #A2149C;
}
.TagClassName
{
border-color: #A2149C;
}
</style>