Shades of Dark Magenta #A1039E
Tints of Dark Magenta #A1039E
RGB
CMYK
RGB Variations
Color information
#A1039E (or 0xA1039E) is known color: Dark Magenta. HEX triplet: A1, 03 and 9E. RGB value is (161,3,158). Sum of RGB (Red+Green+Blue) = 161+3+158=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1039E is #5EFC61. Grayscale: #434343. Windows color (decimal): -6224994 or 10355617. OLE color: 10355617.
HSL color Cylindrical-coordinate representation of color #A1039E: hue angle of 301.14º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1039E is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.37 |
| HSL | 301.14º | 0.96% | 0.32% | - |
| HSV(B) | 301.14º | 0.98% | 0.63% | - |
| XYZ | 20.9 | 10.11 | 33.2 | - |
| YUV | 67.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 158 | 0 | 0.98 | 0.02 | 0.37 | 301.14 | 0.96 | 0.32 |
| Hex | A1 | 3 | 9E | 0 | 62 | 2 | 25 | 12D | 60 | 20 |
| Octal | 241 | 3 | 236 | 0 | 142 | 2 | 45 | 455 | 140 | 40 |
| Binary | 10100001 | 11 | 10011110 | 0 | 1100010 | 10 | 100101 | 100101101 | 1100000 | 100000 |
Color Harmonies of #A1039E
Complementary color
Monochromatic Colors of #A1039E
Black with #A1039E
Text Example
Text Example
White with #A1039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1039E; }
p { color: rgb(161,3,158); }
H1.HeaderClassName
{
color: #A1039E;
}
.AnyTagClassName
{
color: #A1039E;
}
</style>
background-color css
<style>
a { background-color: #A1039E; }
a { background-color: rgb(161,3,158); }
div.DivClassName
{
background-color: #A1039E;
}
.BgClassName
{
background-color: #A1039E;
}
</style>
border-color css
<style>
span { border-color: #A1039E; }
span { border-color: rgb(161,3,158); }
td.TdClassName
{
border-color: #A1039E;
}
.TagClassName
{
border-color: #A1039E;
}
</style>