Shades of Dark Magenta #A1138E
Tints of Dark Magenta #A1138E
RGB
CMYK
RGB Variations
Color information
#A1138E (or 0xA1138E) is known color: Dark Magenta. HEX triplet: A1, 13 and 8E. RGB value is (161,19,142). Sum of RGB (Red+Green+Blue) = 161+19+142=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1138E is #5EEC71. Grayscale: #4B4B4B. Windows color (decimal): -6220914 or 9311137. OLE color: 9311137.
HSL color Cylindrical-coordinate representation of color #A1138E: hue angle of 308.03º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1138E is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 142 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.37 |
| HSL | 308.03º | 0.79% | 0.35% | - |
| HSV(B) | 308.03º | 0.88% | 0.63% | - |
| XYZ | 19.81 | 10 | 26.48 | - |
| YUV | 75.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 142 | 0 | 0.88 | 0.12 | 0.37 | 308.03 | 0.79 | 0.35 |
| Hex | A1 | 13 | 8E | 0 | 58 | C | 25 | 134 | 4F | 23 |
| Octal | 241 | 23 | 216 | 0 | 130 | 14 | 45 | 464 | 117 | 43 |
| Binary | 10100001 | 10011 | 10001110 | 0 | 1011000 | 1100 | 100101 | 100110100 | 1001111 | 100011 |
Color Harmonies of #A1138E
Complementary color
Monochromatic Colors of #A1138E
Black with #A1138E
Text Example
Text Example
White with #A1138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1138E; }
p { color: rgb(161,19,142); }
H1.HeaderClassName
{
color: #A1138E;
}
.AnyTagClassName
{
color: #A1138E;
}
</style>
background-color css
<style>
a { background-color: #A1138E; }
a { background-color: rgb(161,19,142); }
div.DivClassName
{
background-color: #A1138E;
}
.BgClassName
{
background-color: #A1138E;
}
</style>
border-color css
<style>
span { border-color: #A1138E; }
span { border-color: rgb(161,19,142); }
td.TdClassName
{
border-color: #A1138E;
}
.TagClassName
{
border-color: #A1138E;
}
</style>