Shades of Dark Magenta #A41B99
Tints of Dark Magenta #A41B99
RGB
CMYK
RGB Variations
Color information
#A41B99 (or 0xA41B99) is known color: Dark Magenta. HEX triplet: A4, 1B and 99. RGB value is (164,27,153). Sum of RGB (Red+Green+Blue) = 164+27+153=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41B99 is #5BE466. Grayscale: #515151. Windows color (decimal): -6022247 or 10034084. OLE color: 10034084.
HSL color Cylindrical-coordinate representation of color #A41B99: hue angle of 304.82º 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 #A41B99 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 153 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.36 |
| HSL | 304.82º | 0.72% | 0.37% | - |
| HSV(B) | 304.82º | 0.84% | 0.64% | - |
| XYZ | 21.45 | 10.98 | 31.13 | - |
| YUV | 82.33 | 167.89 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 153 | 0 | 0.84 | 0.07 | 0.36 | 304.82 | 0.72 | 0.37 |
| Hex | A4 | 1B | 99 | 0 | 54 | 7 | 24 | 131 | 48 | 25 |
| Octal | 244 | 33 | 231 | 0 | 124 | 7 | 44 | 461 | 110 | 45 |
| Binary | 10100100 | 11011 | 10011001 | 0 | 1010100 | 111 | 100100 | 100110001 | 1001000 | 100101 |
Color Harmonies of #A41B99
Complementary color
Monochromatic Colors of #A41B99
Black with #A41B99
Text Example
Text Example
White with #A41B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B99; }
p { color: rgb(164,27,153); }
H1.HeaderClassName
{
color: #A41B99;
}
.AnyTagClassName
{
color: #A41B99;
}
</style>
background-color css
<style>
a { background-color: #A41B99; }
a { background-color: rgb(164,27,153); }
div.DivClassName
{
background-color: #A41B99;
}
.BgClassName
{
background-color: #A41B99;
}
</style>
border-color css
<style>
span { border-color: #A41B99; }
span { border-color: rgb(164,27,153); }
td.TdClassName
{
border-color: #A41B99;
}
.TagClassName
{
border-color: #A41B99;
}
</style>