Shades of Dark Magenta #A41F9E
Tints of Dark Magenta #A41F9E
RGB
CMYK
RGB Variations
Color information
#A41F9E (or 0xA41F9E) is known color: Dark Magenta. HEX triplet: A4, 1F and 9E. RGB value is (164,31,158). Sum of RGB (Red+Green+Blue) = 164+31+158=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41F9E is #5BE061. Grayscale: #545454. Windows color (decimal): -6021218 or 10362788. OLE color: 10362788.
HSL color Cylindrical-coordinate representation of color #A41F9E: hue angle of 302.71º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A41F9E is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 158 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.36 |
| HSL | 302.71º | 0.68% | 0.38% | - |
| HSV(B) | 302.71º | 0.81% | 0.64% | - |
| XYZ | 21.97 | 11.34 | 33.38 | - |
| YUV | 85.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 158 | 0 | 0.81 | 0.04 | 0.36 | 302.71 | 0.68 | 0.38 |
| Hex | A4 | 1F | 9E | 0 | 51 | 4 | 24 | 12F | 44 | 26 |
| Octal | 244 | 37 | 236 | 0 | 121 | 4 | 44 | 457 | 104 | 46 |
| Binary | 10100100 | 11111 | 10011110 | 0 | 1010001 | 100 | 100100 | 100101111 | 1000100 | 100110 |
Color Harmonies of #A41F9E
Complementary color
Monochromatic Colors of #A41F9E
Black with #A41F9E
Text Example
Text Example
White with #A41F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41F9E; }
p { color: rgb(164,31,158); }
H1.HeaderClassName
{
color: #A41F9E;
}
.AnyTagClassName
{
color: #A41F9E;
}
</style>
background-color css
<style>
a { background-color: #A41F9E; }
a { background-color: rgb(164,31,158); }
div.DivClassName
{
background-color: #A41F9E;
}
.BgClassName
{
background-color: #A41F9E;
}
</style>
border-color css
<style>
span { border-color: #A41F9E; }
span { border-color: rgb(164,31,158); }
td.TdClassName
{
border-color: #A41F9E;
}
.TagClassName
{
border-color: #A41F9E;
}
</style>