Shades of Dark Magenta #A1179D
Tints of Dark Magenta #A1179D
RGB
CMYK
RGB Variations
Color information
#A1179D (or 0xA1179D) is known color: Dark Magenta. HEX triplet: A1, 17 and 9D. RGB value is (161,23,157). Sum of RGB (Red+Green+Blue) = 161+23+157=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1179D is #5EE862. Grayscale: #4F4F4F. Windows color (decimal): -6219875 or 10295201. OLE color: 10295201.
HSL color Cylindrical-coordinate representation of color #A1179D: hue angle of 301.74º 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 #A1179D is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 157 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.37 |
| HSL | 301.74º | 0.75% | 0.36% | - |
| HSV(B) | 301.74º | 0.86% | 0.63% | - |
| XYZ | 21.09 | 10.62 | 32.84 | - |
| YUV | 79.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 157 | 0 | 0.86 | 0.02 | 0.37 | 301.74 | 0.75 | 0.36 |
| Hex | A1 | 17 | 9D | 0 | 56 | 2 | 25 | 12E | 4B | 24 |
| Octal | 241 | 27 | 235 | 0 | 126 | 2 | 45 | 456 | 113 | 44 |
| Binary | 10100001 | 10111 | 10011101 | 0 | 1010110 | 10 | 100101 | 100101110 | 1001011 | 100100 |
Color Harmonies of #A1179D
Complementary color
Monochromatic Colors of #A1179D
Black with #A1179D
Text Example
Text Example
White with #A1179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1179D; }
p { color: rgb(161,23,157); }
H1.HeaderClassName
{
color: #A1179D;
}
.AnyTagClassName
{
color: #A1179D;
}
</style>
background-color css
<style>
a { background-color: #A1179D; }
a { background-color: rgb(161,23,157); }
div.DivClassName
{
background-color: #A1179D;
}
.BgClassName
{
background-color: #A1179D;
}
</style>
border-color css
<style>
span { border-color: #A1179D; }
span { border-color: rgb(161,23,157); }
td.TdClassName
{
border-color: #A1179D;
}
.TagClassName
{
border-color: #A1179D;
}
</style>