Shades of Dark Magenta #A2178F
Tints of Dark Magenta #A2178F
RGB
CMYK
RGB Variations
Color information
#A2178F (or 0xA2178F) is known color: Dark Magenta. HEX triplet: A2, 17 and 8F. RGB value is (162,23,143). Sum of RGB (Red+Green+Blue) = 162+23+143=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2178F is #5DE870. Grayscale: #4D4D4D. Windows color (decimal): -6154353 or 9377698. OLE color: 9377698.
HSL color Cylindrical-coordinate representation of color #A2178F: hue angle of 308.2º 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 #A2178F is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 143 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.36 |
| HSL | 308.2º | 0.75% | 0.36% | - |
| HSV(B) | 308.2º | 0.86% | 0.64% | - |
| XYZ | 20.16 | 10.28 | 26.91 | - |
| YUV | 78.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 143 | 0 | 0.86 | 0.12 | 0.36 | 308.2 | 0.75 | 0.36 |
| Hex | A2 | 17 | 8F | 0 | 56 | C | 24 | 134 | 4B | 24 |
| Octal | 242 | 27 | 217 | 0 | 126 | 14 | 44 | 464 | 113 | 44 |
| Binary | 10100010 | 10111 | 10001111 | 0 | 1010110 | 1100 | 100100 | 100110100 | 1001011 | 100100 |
Color Harmonies of #A2178F
Complementary color
Monochromatic Colors of #A2178F
Black with #A2178F
Text Example
Text Example
White with #A2178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2178F; }
p { color: rgb(162,23,143); }
H1.HeaderClassName
{
color: #A2178F;
}
.AnyTagClassName
{
color: #A2178F;
}
</style>
background-color css
<style>
a { background-color: #A2178F; }
a { background-color: rgb(162,23,143); }
div.DivClassName
{
background-color: #A2178F;
}
.BgClassName
{
background-color: #A2178F;
}
</style>
border-color css
<style>
span { border-color: #A2178F; }
span { border-color: rgb(162,23,143); }
td.TdClassName
{
border-color: #A2178F;
}
.TagClassName
{
border-color: #A2178F;
}
</style>