Shades of Dark Magenta #A1178F
Tints of Dark Magenta #A1178F
RGB
CMYK
RGB Variations
Color information
#A1178F (or 0xA1178F) is known color: Dark Magenta. HEX triplet: A1, 17 and 8F. RGB value is (161,23,143). Sum of RGB (Red+Green+Blue) = 161+23+143=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1178F is #5EE870. Grayscale: #4D4D4D. Windows color (decimal): -6219889 or 9377697. OLE color: 9377697.
HSL color Cylindrical-coordinate representation of color #A1178F: hue angle of 307.83º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1178F is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 143 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.37 |
| HSL | 307.83º | 0.75% | 0.36% | - |
| HSV(B) | 307.83º | 0.86% | 0.63% | - |
| XYZ | 19.96 | 10.17 | 26.9 | - |
| YUV | 77.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 143 | 0 | 0.86 | 0.11 | 0.37 | 307.83 | 0.75 | 0.36 |
| Hex | A1 | 17 | 8F | 0 | 56 | B | 25 | 134 | 4B | 24 |
| Octal | 241 | 27 | 217 | 0 | 126 | 13 | 45 | 464 | 113 | 44 |
| Binary | 10100001 | 10111 | 10001111 | 0 | 1010110 | 1011 | 100101 | 100110100 | 1001011 | 100100 |
Color Harmonies of #A1178F
Complementary color
Monochromatic Colors of #A1178F
Black with #A1178F
Text Example
Text Example
White with #A1178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1178F; }
p { color: rgb(161,23,143); }
H1.HeaderClassName
{
color: #A1178F;
}
.AnyTagClassName
{
color: #A1178F;
}
</style>
background-color css
<style>
a { background-color: #A1178F; }
a { background-color: rgb(161,23,143); }
div.DivClassName
{
background-color: #A1178F;
}
.BgClassName
{
background-color: #A1178F;
}
</style>
border-color css
<style>
span { border-color: #A1178F; }
span { border-color: rgb(161,23,143); }
td.TdClassName
{
border-color: #A1178F;
}
.TagClassName
{
border-color: #A1178F;
}
</style>