Shades of Dark Magenta #A41A99
Tints of Dark Magenta #A41A99
RGB
CMYK
RGB Variations
Color information
#A41A99 (or 0xA41A99) is known color: Dark Magenta. HEX triplet: A4, 1A and 99. RGB value is (164,26,153). Sum of RGB (Red+Green+Blue) = 164+26+153=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41A99 is #5BE566. Grayscale: #515151. Windows color (decimal): -6022503 or 10033828. OLE color: 10033828.
HSL color Cylindrical-coordinate representation of color #A41A99: hue angle of 304.78º 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 #A41A99 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 153 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.36 |
| HSL | 304.78º | 0.73% | 0.37% | - |
| HSV(B) | 304.78º | 0.84% | 0.64% | - |
| XYZ | 21.43 | 10.93 | 31.12 | - |
| YUV | 81.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 153 | 0 | 0.84 | 0.07 | 0.36 | 304.78 | 0.73 | 0.37 |
| Hex | A4 | 1A | 99 | 0 | 54 | 7 | 24 | 131 | 49 | 25 |
| Octal | 244 | 32 | 231 | 0 | 124 | 7 | 44 | 461 | 111 | 45 |
| Binary | 10100100 | 11010 | 10011001 | 0 | 1010100 | 111 | 100100 | 100110001 | 1001001 | 100101 |
Color Harmonies of #A41A99
Complementary color
Monochromatic Colors of #A41A99
Black with #A41A99
Text Example
Text Example
White with #A41A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A99; }
p { color: rgb(164,26,153); }
H1.HeaderClassName
{
color: #A41A99;
}
.AnyTagClassName
{
color: #A41A99;
}
</style>
background-color css
<style>
a { background-color: #A41A99; }
a { background-color: rgb(164,26,153); }
div.DivClassName
{
background-color: #A41A99;
}
.BgClassName
{
background-color: #A41A99;
}
</style>
border-color css
<style>
span { border-color: #A41A99; }
span { border-color: rgb(164,26,153); }
td.TdClassName
{
border-color: #A41A99;
}
.TagClassName
{
border-color: #A41A99;
}
</style>