Shades of Dark Magenta #A41AA0
Tints of Dark Magenta #A41AA0
RGB
CMYK
RGB Variations
Color information
#A41AA0 (or 0xA41AA0) is known color: Dark Magenta. HEX triplet: A4, 1A and A0. RGB value is (164,26,160). Sum of RGB (Red+Green+Blue) = 164+26+160=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A41AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AA0 is #5BE55F. Grayscale: #525252. Windows color (decimal): -6022496 or 10492580. OLE color: 10492580.
HSL color Cylindrical-coordinate representation of color #A41AA0: hue angle of 301.74º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41AA0 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 160 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.36 |
| HSL | 301.74º | 0.73% | 0.37% | - |
| HSV(B) | 301.74º | 0.84% | 0.64% | - |
| XYZ | 22.02 | 11.17 | 34.25 | - |
| YUV | 82.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 160 | 0 | 0.84 | 0.02 | 0.36 | 301.74 | 0.73 | 0.37 |
| Hex | A4 | 1A | A0 | 0 | 54 | 2 | 24 | 12E | 49 | 25 |
| Octal | 244 | 32 | 240 | 0 | 124 | 2 | 44 | 456 | 111 | 45 |
| Binary | 10100100 | 11010 | 10100000 | 0 | 1010100 | 10 | 100100 | 100101110 | 1001001 | 100101 |
Color Harmonies of #A41AA0
Complementary color
Monochromatic Colors of #A41AA0
Black with #A41AA0
Text Example
Text Example
White with #A41AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AA0; }
p { color: rgb(164,26,160); }
H1.HeaderClassName
{
color: #A41AA0;
}
.AnyTagClassName
{
color: #A41AA0;
}
</style>
background-color css
<style>
a { background-color: #A41AA0; }
a { background-color: rgb(164,26,160); }
div.DivClassName
{
background-color: #A41AA0;
}
.BgClassName
{
background-color: #A41AA0;
}
</style>
border-color css
<style>
span { border-color: #A41AA0; }
span { border-color: rgb(164,26,160); }
td.TdClassName
{
border-color: #A41AA0;
}
.TagClassName
{
border-color: #A41AA0;
}
</style>