Shades of Dark Magenta #A41BA1
Tints of Dark Magenta #A41BA1
RGB
CMYK
RGB Variations
Color information
#A41BA1 (or 0xA41BA1) is known color: Dark Magenta. HEX triplet: A4, 1B and A1. RGB value is (164,27,161). Sum of RGB (Red+Green+Blue) = 164+27+161=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A41BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BA1 is #5BE45E. Grayscale: #525252. Windows color (decimal): -6022239 or 10558372. OLE color: 10558372.
HSL color Cylindrical-coordinate representation of color #A41BA1: hue angle of 301.31º degrees, saturation: 0.72, 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 #A41BA1 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 161 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.36 |
| HSL | 301.31º | 0.72% | 0.37% | - |
| HSV(B) | 301.31º | 0.84% | 0.64% | - |
| XYZ | 22.13 | 11.25 | 34.72 | - |
| YUV | 83.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 161 | 0 | 0.84 | 0.02 | 0.36 | 301.31 | 0.72 | 0.37 |
| Hex | A4 | 1B | A1 | 0 | 54 | 2 | 24 | 12D | 48 | 25 |
| Octal | 244 | 33 | 241 | 0 | 124 | 2 | 44 | 455 | 110 | 45 |
| Binary | 10100100 | 11011 | 10100001 | 0 | 1010100 | 10 | 100100 | 100101101 | 1001000 | 100101 |
Color Harmonies of #A41BA1
Complementary color
Monochromatic Colors of #A41BA1
Black with #A41BA1
Text Example
Text Example
White with #A41BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BA1; }
p { color: rgb(164,27,161); }
H1.HeaderClassName
{
color: #A41BA1;
}
.AnyTagClassName
{
color: #A41BA1;
}
</style>
background-color css
<style>
a { background-color: #A41BA1; }
a { background-color: rgb(164,27,161); }
div.DivClassName
{
background-color: #A41BA1;
}
.BgClassName
{
background-color: #A41BA1;
}
</style>
border-color css
<style>
span { border-color: #A41BA1; }
span { border-color: rgb(164,27,161); }
td.TdClassName
{
border-color: #A41BA1;
}
.TagClassName
{
border-color: #A41BA1;
}
</style>