Shades of Dark Magenta #A41389
Tints of Dark Magenta #A41389
RGB
CMYK
RGB Variations
Color information
#A41389 (or 0xA41389) is known color: Dark Magenta. HEX triplet: A4, 13 and 89. RGB value is (164,19,137). Sum of RGB (Red+Green+Blue) = 164+19+137=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A41389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41389 is #5BEC76. Grayscale: #4B4B4B. Windows color (decimal): -6024311 or 8983460. OLE color: 8983460.
HSL color Cylindrical-coordinate representation of color #A41389: hue angle of 311.17º degrees, saturation: 0.79, 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 #A41389 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 19 | 137 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.36 |
| HSL | 311.17º | 0.79% | 0.36% | - |
| HSV(B) | 311.17º | 0.88% | 0.64% | - |
| XYZ | 20.06 | 10.16 | 24.57 | - |
| YUV | 75.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 137 | 0 | 0.88 | 0.16 | 0.36 | 311.17 | 0.79 | 0.36 |
| Hex | A4 | 13 | 89 | 0 | 58 | 10 | 24 | 137 | 4F | 24 |
| Octal | 244 | 23 | 211 | 0 | 130 | 20 | 44 | 467 | 117 | 44 |
| Binary | 10100100 | 10011 | 10001001 | 0 | 1011000 | 10000 | 100100 | 100110111 | 1001111 | 100100 |
Color Harmonies of #A41389
Complementary color
Monochromatic Colors of #A41389
Black with #A41389
Text Example
Text Example
White with #A41389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41389; }
p { color: rgb(164,19,137); }
H1.HeaderClassName
{
color: #A41389;
}
.AnyTagClassName
{
color: #A41389;
}
</style>
background-color css
<style>
a { background-color: #A41389; }
a { background-color: rgb(164,19,137); }
div.DivClassName
{
background-color: #A41389;
}
.BgClassName
{
background-color: #A41389;
}
</style>
border-color css
<style>
span { border-color: #A41389; }
span { border-color: rgb(164,19,137); }
td.TdClassName
{
border-color: #A41389;
}
.TagClassName
{
border-color: #A41389;
}
</style>