Shades of Dark Magenta #A41AA3
Tints of Dark Magenta #A41AA3
RGB
CMYK
RGB Variations
Color information
#A41AA3 (or 0xA41AA3) is known color: Dark Magenta. HEX triplet: A4, 1A and A3. RGB value is (164,26,163). Sum of RGB (Red+Green+Blue) = 164+26+163=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A41AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AA3 is #5BE55C. Grayscale: #525252. Windows color (decimal): -6022493 or 10689188. OLE color: 10689188.
HSL color Cylindrical-coordinate representation of color #A41AA3: hue angle of 300.43º 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 #A41AA3 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 163 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.36 |
| HSL | 300.43º | 0.73% | 0.37% | - |
| HSV(B) | 300.43º | 0.84% | 0.64% | - |
| XYZ | 22.29 | 11.28 | 35.65 | - |
| YUV | 82.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 163 | 0 | 0.84 | 0.01 | 0.36 | 300.43 | 0.73 | 0.37 |
| Hex | A4 | 1A | A3 | 0 | 54 | 1 | 24 | 12C | 49 | 25 |
| Octal | 244 | 32 | 243 | 0 | 124 | 1 | 44 | 454 | 111 | 45 |
| Binary | 10100100 | 11010 | 10100011 | 0 | 1010100 | 1 | 100100 | 100101100 | 1001001 | 100101 |
Color Harmonies of #A41AA3
Complementary color
Monochromatic Colors of #A41AA3
Black with #A41AA3
Text Example
Text Example
White with #A41AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AA3; }
p { color: rgb(164,26,163); }
H1.HeaderClassName
{
color: #A41AA3;
}
.AnyTagClassName
{
color: #A41AA3;
}
</style>
background-color css
<style>
a { background-color: #A41AA3; }
a { background-color: rgb(164,26,163); }
div.DivClassName
{
background-color: #A41AA3;
}
.BgClassName
{
background-color: #A41AA3;
}
</style>
border-color css
<style>
span { border-color: #A41AA3; }
span { border-color: rgb(164,26,163); }
td.TdClassName
{
border-color: #A41AA3;
}
.TagClassName
{
border-color: #A41AA3;
}
</style>