Shades of Dark Magenta #A41595
Tints of Dark Magenta #A41595
RGB
CMYK
RGB Variations
Color information
#A41595 (or 0xA41595) is known color: Dark Magenta. HEX triplet: A4, 15 and 95. RGB value is (164,21,149). Sum of RGB (Red+Green+Blue) = 164+21+149=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A41595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41595 is #5BEA6A. Grayscale: #4D4D4D. Windows color (decimal): -6023787 or 9770404. OLE color: 9770404.
HSL color Cylindrical-coordinate representation of color #A41595: hue angle of 306.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41595 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 149 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.36 |
| HSL | 306.29º | 0.77% | 0.36% | - |
| HSV(B) | 306.29º | 0.87% | 0.64% | - |
| XYZ | 21 | 10.6 | 29.37 | - |
| YUV | 78.35 | 167.88 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 149 | 0 | 0.87 | 0.09 | 0.36 | 306.29 | 0.77 | 0.36 |
| Hex | A4 | 15 | 95 | 0 | 57 | 9 | 24 | 132 | 4D | 24 |
| Octal | 244 | 25 | 225 | 0 | 127 | 11 | 44 | 462 | 115 | 44 |
| Binary | 10100100 | 10101 | 10010101 | 0 | 1010111 | 1001 | 100100 | 100110010 | 1001101 | 100100 |
Color Harmonies of #A41595
Complementary color
Monochromatic Colors of #A41595
Black with #A41595
Text Example
Text Example
White with #A41595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41595; }
p { color: rgb(164,21,149); }
H1.HeaderClassName
{
color: #A41595;
}
.AnyTagClassName
{
color: #A41595;
}
</style>
background-color css
<style>
a { background-color: #A41595; }
a { background-color: rgb(164,21,149); }
div.DivClassName
{
background-color: #A41595;
}
.BgClassName
{
background-color: #A41595;
}
</style>
border-color css
<style>
span { border-color: #A41595; }
span { border-color: rgb(164,21,149); }
td.TdClassName
{
border-color: #A41595;
}
.TagClassName
{
border-color: #A41595;
}
</style>