Shades of Dark Magenta #A1049B
Tints of Dark Magenta #A1049B
RGB
CMYK
RGB Variations
Color information
#A1049B (or 0xA1049B) is known color: Dark Magenta. HEX triplet: A1, 04 and 9B. RGB value is (161,4,155). Sum of RGB (Red+Green+Blue) = 161+4+155=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1049B is #5EFB64. Grayscale: #434343. Windows color (decimal): -6224741 or 10159265. OLE color: 10159265.
HSL color Cylindrical-coordinate representation of color #A1049B: hue angle of 302.29º degrees, saturation: 0.95, 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 #A1049B is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.37 |
| HSL | 302.29º | 0.95% | 0.32% | - |
| HSV(B) | 302.29º | 0.98% | 0.63% | - |
| XYZ | 20.66 | 10.03 | 31.86 | - |
| YUV | 68.16 | 177.01 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 155 | 0 | 0.98 | 0.04 | 0.37 | 302.29 | 0.95 | 0.32 |
| Hex | A1 | 4 | 9B | 0 | 62 | 4 | 25 | 12E | 5F | 20 |
| Octal | 241 | 4 | 233 | 0 | 142 | 4 | 45 | 456 | 137 | 40 |
| Binary | 10100001 | 100 | 10011011 | 0 | 1100010 | 100 | 100101 | 100101110 | 1011111 | 100000 |
Color Harmonies of #A1049B
Complementary color
Monochromatic Colors of #A1049B
Black with #A1049B
Text Example
Text Example
White with #A1049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1049B; }
p { color: rgb(161,4,155); }
H1.HeaderClassName
{
color: #A1049B;
}
.AnyTagClassName
{
color: #A1049B;
}
</style>
background-color css
<style>
a { background-color: #A1049B; }
a { background-color: rgb(161,4,155); }
div.DivClassName
{
background-color: #A1049B;
}
.BgClassName
{
background-color: #A1049B;
}
</style>
border-color css
<style>
span { border-color: #A1049B; }
span { border-color: rgb(161,4,155); }
td.TdClassName
{
border-color: #A1049B;
}
.TagClassName
{
border-color: #A1049B;
}
</style>