Shades of Dark Magenta #A41E9F
Tints of Dark Magenta #A41E9F
RGB
CMYK
RGB Variations
Color information
#A41E9F (or 0xA41E9F) is known color: Dark Magenta. HEX triplet: A4, 1E and 9F. RGB value is (164,30,159). Sum of RGB (Red+Green+Blue) = 164+30+159=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E9F is #5BE160. Grayscale: #545454. Windows color (decimal): -6021473 or 10428068. OLE color: 10428068.
HSL color Cylindrical-coordinate representation of color #A41E9F: hue angle of 302.24º degrees, saturation: 0.69, 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 #A41E9F is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 159 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.36 |
| HSL | 302.24º | 0.69% | 0.38% | - |
| HSV(B) | 302.24º | 0.82% | 0.64% | - |
| XYZ | 22.03 | 11.32 | 33.83 | - |
| YUV | 84.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 159 | 0 | 0.82 | 0.03 | 0.36 | 302.24 | 0.69 | 0.38 |
| Hex | A4 | 1E | 9F | 0 | 52 | 3 | 24 | 12E | 45 | 26 |
| Octal | 244 | 36 | 237 | 0 | 122 | 3 | 44 | 456 | 105 | 46 |
| Binary | 10100100 | 11110 | 10011111 | 0 | 1010010 | 11 | 100100 | 100101110 | 1000101 | 100110 |
Color Harmonies of #A41E9F
Complementary color
Monochromatic Colors of #A41E9F
Black with #A41E9F
Text Example
Text Example
White with #A41E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E9F; }
p { color: rgb(164,30,159); }
H1.HeaderClassName
{
color: #A41E9F;
}
.AnyTagClassName
{
color: #A41E9F;
}
</style>
background-color css
<style>
a { background-color: #A41E9F; }
a { background-color: rgb(164,30,159); }
div.DivClassName
{
background-color: #A41E9F;
}
.BgClassName
{
background-color: #A41E9F;
}
</style>
border-color css
<style>
span { border-color: #A41E9F; }
span { border-color: rgb(164,30,159); }
td.TdClassName
{
border-color: #A41E9F;
}
.TagClassName
{
border-color: #A41E9F;
}
</style>