Shades of Dark Magenta #A104A1
Tints of Dark Magenta #A104A1
RGB
CMYK
RGB Variations
Color information
#A104A1 (or 0xA104A1) is known color: Dark Magenta. HEX triplet: A1, 04 and A1. RGB value is (161,4,161). Sum of RGB (Red+Green+Blue) = 161+4+161=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A104A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A104A1 is #5EFB5E. Grayscale: #444444. Windows color (decimal): -6224735 or 10552481. OLE color: 10552481.
HSL color Cylindrical-coordinate representation of color #A104A1: hue angle of 300º 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 #A104A1 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0 | 0.37 |
| HSL | 300º | 0.95% | 0.32% | - |
| HSV(B) | 300º | 0.98% | 0.63% | - |
| XYZ | 21.17 | 10.24 | 34.58 | - |
| YUV | 68.84 | 180.01 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 161 | 0 | 0.98 | 0 | 0.37 | 300 | 0.95 | 0.32 |
| Hex | A1 | 4 | A1 | 0 | 62 | 0 | 25 | 12C | 5F | 20 |
| Octal | 241 | 4 | 241 | 0 | 142 | 0 | 45 | 454 | 137 | 40 |
| Binary | 10100001 | 100 | 10100001 | 0 | 1100010 | 0 | 100101 | 100101100 | 1011111 | 100000 |
Color Harmonies of #A104A1
Complementary color
Monochromatic Colors of #A104A1
Black with #A104A1
Text Example
Text Example
White with #A104A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104A1; }
p { color: rgb(161,4,161); }
H1.HeaderClassName
{
color: #A104A1;
}
.AnyTagClassName
{
color: #A104A1;
}
</style>
background-color css
<style>
a { background-color: #A104A1; }
a { background-color: rgb(161,4,161); }
div.DivClassName
{
background-color: #A104A1;
}
.BgClassName
{
background-color: #A104A1;
}
</style>
border-color css
<style>
span { border-color: #A104A1; }
span { border-color: rgb(161,4,161); }
td.TdClassName
{
border-color: #A104A1;
}
.TagClassName
{
border-color: #A104A1;
}
</style>