Shades of Dark Magenta #A41D9C
Tints of Dark Magenta #A41D9C
RGB
CMYK
RGB Variations
Color information
#A41D9C (or 0xA41D9C) is known color: Dark Magenta. HEX triplet: A4, 1D and 9C. RGB value is (164,29,156). Sum of RGB (Red+Green+Blue) = 164+29+156=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41D9C is #5BE263. Grayscale: #535353. Windows color (decimal): -6021732 or 10231204. OLE color: 10231204.
HSL color Cylindrical-coordinate representation of color #A41D9C: hue angle of 303.56º 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 #A41D9C is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 156 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.36 |
| HSL | 303.56º | 0.7% | 0.38% | - |
| HSV(B) | 303.56º | 0.82% | 0.64% | - |
| XYZ | 21.75 | 11.17 | 32.46 | - |
| YUV | 83.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 156 | 0 | 0.82 | 0.05 | 0.36 | 303.56 | 0.7 | 0.38 |
| Hex | A4 | 1D | 9C | 0 | 52 | 5 | 24 | 130 | 46 | 26 |
| Octal | 244 | 35 | 234 | 0 | 122 | 5 | 44 | 460 | 106 | 46 |
| Binary | 10100100 | 11101 | 10011100 | 0 | 1010010 | 101 | 100100 | 100110000 | 1000110 | 100110 |
Color Harmonies of #A41D9C
Complementary color
Monochromatic Colors of #A41D9C
Black with #A41D9C
Text Example
Text Example
White with #A41D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D9C; }
p { color: rgb(164,29,156); }
H1.HeaderClassName
{
color: #A41D9C;
}
.AnyTagClassName
{
color: #A41D9C;
}
</style>
background-color css
<style>
a { background-color: #A41D9C; }
a { background-color: rgb(164,29,156); }
div.DivClassName
{
background-color: #A41D9C;
}
.BgClassName
{
background-color: #A41D9C;
}
</style>
border-color css
<style>
span { border-color: #A41D9C; }
span { border-color: rgb(164,29,156); }
td.TdClassName
{
border-color: #A41D9C;
}
.TagClassName
{
border-color: #A41D9C;
}
</style>