Shades of Dark Magenta #A41DA0
Tints of Dark Magenta #A41DA0
RGB
CMYK
RGB Variations
Color information
#A41DA0 (or 0xA41DA0) is known color: Dark Magenta. HEX triplet: A4, 1D and A0. RGB value is (164,29,160). Sum of RGB (Red+Green+Blue) = 164+29+160=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A41DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41DA0 is #5BE25F. Grayscale: #535353. Windows color (decimal): -6021728 or 10493348. OLE color: 10493348.
HSL color Cylindrical-coordinate representation of color #A41DA0: hue angle of 301.78º 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 #A41DA0 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 160 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.36 |
| HSL | 301.78º | 0.7% | 0.38% | - |
| HSV(B) | 301.78º | 0.82% | 0.64% | - |
| XYZ | 22.09 | 11.31 | 34.28 | - |
| YUV | 84.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 160 | 0 | 0.82 | 0.02 | 0.36 | 301.78 | 0.7 | 0.38 |
| Hex | A4 | 1D | A0 | 0 | 52 | 2 | 24 | 12E | 46 | 26 |
| Octal | 244 | 35 | 240 | 0 | 122 | 2 | 44 | 456 | 106 | 46 |
| Binary | 10100100 | 11101 | 10100000 | 0 | 1010010 | 10 | 100100 | 100101110 | 1000110 | 100110 |
Color Harmonies of #A41DA0
Complementary color
Monochromatic Colors of #A41DA0
Black with #A41DA0
Text Example
Text Example
White with #A41DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DA0; }
p { color: rgb(164,29,160); }
H1.HeaderClassName
{
color: #A41DA0;
}
.AnyTagClassName
{
color: #A41DA0;
}
</style>
background-color css
<style>
a { background-color: #A41DA0; }
a { background-color: rgb(164,29,160); }
div.DivClassName
{
background-color: #A41DA0;
}
.BgClassName
{
background-color: #A41DA0;
}
</style>
border-color css
<style>
span { border-color: #A41DA0; }
span { border-color: rgb(164,29,160); }
td.TdClassName
{
border-color: #A41DA0;
}
.TagClassName
{
border-color: #A41DA0;
}
</style>