Shades of Dark Magenta #A41DA1
Tints of Dark Magenta #A41DA1
RGB
CMYK
RGB Variations
Color information
#A41DA1 (or 0xA41DA1) is known color: Dark Magenta. HEX triplet: A4, 1D and A1. RGB value is (164,29,161). Sum of RGB (Red+Green+Blue) = 164+29+161=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A41DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41DA1 is #5BE25E. Grayscale: #545454. Windows color (decimal): -6021727 or 10558884. OLE color: 10558884.
HSL color Cylindrical-coordinate representation of color #A41DA1: hue angle of 301.33º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41DA1 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 161 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.36 |
| HSL | 301.33º | 0.7% | 0.38% | - |
| HSV(B) | 301.33º | 0.82% | 0.64% | - |
| XYZ | 22.18 | 11.34 | 34.74 | - |
| YUV | 84.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 161 | 0 | 0.82 | 0.02 | 0.36 | 301.33 | 0.7 | 0.38 |
| Hex | A4 | 1D | A1 | 0 | 52 | 2 | 24 | 12D | 46 | 26 |
| Octal | 244 | 35 | 241 | 0 | 122 | 2 | 44 | 455 | 106 | 46 |
| Binary | 10100100 | 11101 | 10100001 | 0 | 1010010 | 10 | 100100 | 100101101 | 1000110 | 100110 |
Color Harmonies of #A41DA1
Complementary color
Monochromatic Colors of #A41DA1
Black with #A41DA1
Text Example
Text Example
White with #A41DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DA1; }
p { color: rgb(164,29,161); }
H1.HeaderClassName
{
color: #A41DA1;
}
.AnyTagClassName
{
color: #A41DA1;
}
</style>
background-color css
<style>
a { background-color: #A41DA1; }
a { background-color: rgb(164,29,161); }
div.DivClassName
{
background-color: #A41DA1;
}
.BgClassName
{
background-color: #A41DA1;
}
</style>
border-color css
<style>
span { border-color: #A41DA1; }
span { border-color: rgb(164,29,161); }
td.TdClassName
{
border-color: #A41DA1;
}
.TagClassName
{
border-color: #A41DA1;
}
</style>