Shades of Dark Magenta #A1189E
Tints of Dark Magenta #A1189E
RGB
CMYK
RGB Variations
Color information
#A1189E (or 0xA1189E) is known color: Dark Magenta. HEX triplet: A1, 18 and 9E. RGB value is (161,24,158). Sum of RGB (Red+Green+Blue) = 161+24+158=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1189E is #5EE761. Grayscale: #4F4F4F. Windows color (decimal): -6219618 or 10360993. OLE color: 10360993.
HSL color Cylindrical-coordinate representation of color #A1189E: hue angle of 301.31º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1189E is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 158 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.37 |
| HSL | 301.31º | 0.74% | 0.36% | - |
| HSV(B) | 301.31º | 0.85% | 0.63% | - |
| XYZ | 21.2 | 10.7 | 33.3 | - |
| YUV | 80.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 158 | 0 | 0.85 | 0.02 | 0.37 | 301.31 | 0.74 | 0.36 |
| Hex | A1 | 18 | 9E | 0 | 55 | 2 | 25 | 12D | 4A | 24 |
| Octal | 241 | 30 | 236 | 0 | 125 | 2 | 45 | 455 | 112 | 44 |
| Binary | 10100001 | 11000 | 10011110 | 0 | 1010101 | 10 | 100101 | 100101101 | 1001010 | 100100 |
Color Harmonies of #A1189E
Complementary color
Monochromatic Colors of #A1189E
Black with #A1189E
Text Example
Text Example
White with #A1189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1189E; }
p { color: rgb(161,24,158); }
H1.HeaderClassName
{
color: #A1189E;
}
.AnyTagClassName
{
color: #A1189E;
}
</style>
background-color css
<style>
a { background-color: #A1189E; }
a { background-color: rgb(161,24,158); }
div.DivClassName
{
background-color: #A1189E;
}
.BgClassName
{
background-color: #A1189E;
}
</style>
border-color css
<style>
span { border-color: #A1189E; }
span { border-color: rgb(161,24,158); }
td.TdClassName
{
border-color: #A1189E;
}
.TagClassName
{
border-color: #A1189E;
}
</style>