Shades of Dark Magenta #A41493
Tints of Dark Magenta #A41493
RGB
CMYK
RGB Variations
Color information
#A41493 (or 0xA41493) is known color: Dark Magenta. HEX triplet: A4, 14 and 93. RGB value is (164,20,147). Sum of RGB (Red+Green+Blue) = 164+20+147=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A41493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41493 is #5BEB6C. Grayscale: #4D4D4D. Windows color (decimal): -6024045 or 9639076. OLE color: 9639076.
HSL color Cylindrical-coordinate representation of color #A41493: hue angle of 307.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41493 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 20 | 147 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.36 |
| HSL | 307.08º | 0.78% | 0.36% | - |
| HSV(B) | 307.08º | 0.88% | 0.64% | - |
| XYZ | 20.83 | 10.5 | 28.53 | - |
| YUV | 77.53 | 167.21 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 147 | 0 | 0.88 | 0.10 | 0.36 | 307.08 | 0.78 | 0.36 |
| Hex | A4 | 14 | 93 | 0 | 58 | A | 24 | 133 | 4E | 24 |
| Octal | 244 | 24 | 223 | 0 | 130 | 12 | 44 | 463 | 116 | 44 |
| Binary | 10100100 | 10100 | 10010011 | 0 | 1011000 | 1010 | 100100 | 100110011 | 1001110 | 100100 |
Color Harmonies of #A41493
Complementary color
Monochromatic Colors of #A41493
Black with #A41493
Text Example
Text Example
White with #A41493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41493; }
p { color: rgb(164,20,147); }
H1.HeaderClassName
{
color: #A41493;
}
.AnyTagClassName
{
color: #A41493;
}
</style>
background-color css
<style>
a { background-color: #A41493; }
a { background-color: rgb(164,20,147); }
div.DivClassName
{
background-color: #A41493;
}
.BgClassName
{
background-color: #A41493;
}
</style>
border-color css
<style>
span { border-color: #A41493; }
span { border-color: rgb(164,20,147); }
td.TdClassName
{
border-color: #A41493;
}
.TagClassName
{
border-color: #A41493;
}
</style>