Shades of Dark Magenta #A41FA0
Tints of Dark Magenta #A41FA0
RGB
CMYK
RGB Variations
Color information
#A41FA0 (or 0xA41FA0) is known color: Dark Magenta. HEX triplet: A4, 1F and A0. RGB value is (164,31,160). Sum of RGB (Red+Green+Blue) = 164+31+160=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A41FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41FA0 is #5BE05F. Grayscale: #555555. Windows color (decimal): -6021216 or 10493860. OLE color: 10493860.
HSL color Cylindrical-coordinate representation of color #A41FA0: hue angle of 301.8º 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 #A41FA0 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 160 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.36 |
| HSL | 301.8º | 0.68% | 0.38% | - |
| HSV(B) | 301.8º | 0.81% | 0.64% | - |
| XYZ | 22.14 | 11.41 | 34.29 | - |
| YUV | 85.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 160 | 0 | 0.81 | 0.02 | 0.36 | 301.8 | 0.68 | 0.38 |
| Hex | A4 | 1F | A0 | 0 | 51 | 2 | 24 | 12E | 44 | 26 |
| Octal | 244 | 37 | 240 | 0 | 121 | 2 | 44 | 456 | 104 | 46 |
| Binary | 10100100 | 11111 | 10100000 | 0 | 1010001 | 10 | 100100 | 100101110 | 1000100 | 100110 |
Color Harmonies of #A41FA0
Complementary color
Monochromatic Colors of #A41FA0
Black with #A41FA0
Text Example
Text Example
White with #A41FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41FA0; }
p { color: rgb(164,31,160); }
H1.HeaderClassName
{
color: #A41FA0;
}
.AnyTagClassName
{
color: #A41FA0;
}
</style>
background-color css
<style>
a { background-color: #A41FA0; }
a { background-color: rgb(164,31,160); }
div.DivClassName
{
background-color: #A41FA0;
}
.BgClassName
{
background-color: #A41FA0;
}
</style>
border-color css
<style>
span { border-color: #A41FA0; }
span { border-color: rgb(164,31,160); }
td.TdClassName
{
border-color: #A41FA0;
}
.TagClassName
{
border-color: #A41FA0;
}
</style>