Shades of Dark Magenta #A1049A
Tints of Dark Magenta #A1049A
RGB
CMYK
RGB Variations
Color information
#A1049A (or 0xA1049A) is known color: Dark Magenta. HEX triplet: A1, 04 and 9A. RGB value is (161,4,154). Sum of RGB (Red+Green+Blue) = 161+4+154=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1049A is #5EFB65. Grayscale: #434343. Windows color (decimal): -6224742 or 10093729. OLE color: 10093729.
HSL color Cylindrical-coordinate representation of color #A1049A: hue angle of 302.68º 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 #A1049A is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.37 |
| HSL | 302.68º | 0.95% | 0.32% | - |
| HSV(B) | 302.68º | 0.98% | 0.63% | - |
| XYZ | 20.57 | 10 | 31.42 | - |
| YUV | 68.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 154 | 0 | 0.98 | 0.04 | 0.37 | 302.68 | 0.95 | 0.32 |
| Hex | A1 | 4 | 9A | 0 | 62 | 4 | 25 | 12F | 5F | 20 |
| Octal | 241 | 4 | 232 | 0 | 142 | 4 | 45 | 457 | 137 | 40 |
| Binary | 10100001 | 100 | 10011010 | 0 | 1100010 | 100 | 100101 | 100101111 | 1011111 | 100000 |
Color Harmonies of #A1049A
Complementary color
Monochromatic Colors of #A1049A
Black with #A1049A
Text Example
Text Example
White with #A1049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1049A; }
p { color: rgb(161,4,154); }
H1.HeaderClassName
{
color: #A1049A;
}
.AnyTagClassName
{
color: #A1049A;
}
</style>
background-color css
<style>
a { background-color: #A1049A; }
a { background-color: rgb(161,4,154); }
div.DivClassName
{
background-color: #A1049A;
}
.BgClassName
{
background-color: #A1049A;
}
</style>
border-color css
<style>
span { border-color: #A1049A; }
span { border-color: rgb(161,4,154); }
td.TdClassName
{
border-color: #A1049A;
}
.TagClassName
{
border-color: #A1049A;
}
</style>