Shades of Dark Magenta #A2178D
Tints of Dark Magenta #A2178D
RGB
CMYK
RGB Variations
Color information
#A2178D (or 0xA2178D) is known color: Dark Magenta. HEX triplet: A2, 17 and 8D. RGB value is (162,23,141). Sum of RGB (Red+Green+Blue) = 162+23+141=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2178D is #5DE872. Grayscale: #4D4D4D. Windows color (decimal): -6154355 or 9246626. OLE color: 9246626.
HSL color Cylindrical-coordinate representation of color #A2178D: hue angle of 309.06º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2178D is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 141 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.36 |
| HSL | 309.06º | 0.75% | 0.36% | - |
| HSV(B) | 309.06º | 0.86% | 0.64% | - |
| XYZ | 20.01 | 10.22 | 26.12 | - |
| YUV | 78.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 141 | 0 | 0.86 | 0.13 | 0.36 | 309.06 | 0.75 | 0.36 |
| Hex | A2 | 17 | 8D | 0 | 56 | D | 24 | 135 | 4B | 24 |
| Octal | 242 | 27 | 215 | 0 | 126 | 15 | 44 | 465 | 113 | 44 |
| Binary | 10100010 | 10111 | 10001101 | 0 | 1010110 | 1101 | 100100 | 100110101 | 1001011 | 100100 |
Color Harmonies of #A2178D
Complementary color
Monochromatic Colors of #A2178D
Black with #A2178D
Text Example
Text Example
White with #A2178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2178D; }
p { color: rgb(162,23,141); }
H1.HeaderClassName
{
color: #A2178D;
}
.AnyTagClassName
{
color: #A2178D;
}
</style>
background-color css
<style>
a { background-color: #A2178D; }
a { background-color: rgb(162,23,141); }
div.DivClassName
{
background-color: #A2178D;
}
.BgClassName
{
background-color: #A2178D;
}
</style>
border-color css
<style>
span { border-color: #A2178D; }
span { border-color: rgb(162,23,141); }
td.TdClassName
{
border-color: #A2178D;
}
.TagClassName
{
border-color: #A2178D;
}
</style>