Shades of Dark Magenta #A4119F
Tints of Dark Magenta #A4119F
RGB
CMYK
RGB Variations
Color information
#A4119F (or 0xA4119F) is known color: Dark Magenta. HEX triplet: A4, 11 and 9F. RGB value is (164,17,159). Sum of RGB (Red+Green+Blue) = 164+17+159=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4119F is #5BEE60. Grayscale: #4C4C4C. Windows color (decimal): -6024801 or 10424740. OLE color: 10424740.
HSL color Cylindrical-coordinate representation of color #A4119F: hue angle of 302.04º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4119F is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 159 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.36 |
| HSL | 302.04º | 0.81% | 0.35% | - |
| HSV(B) | 302.04º | 0.9% | 0.64% | - |
| XYZ | 21.77 | 10.8 | 33.74 | - |
| YUV | 77.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 159 | 0 | 0.90 | 0.03 | 0.36 | 302.04 | 0.81 | 0.35 |
| Hex | A4 | 11 | 9F | 0 | 5A | 3 | 24 | 12E | 51 | 23 |
| Octal | 244 | 21 | 237 | 0 | 132 | 3 | 44 | 456 | 121 | 43 |
| Binary | 10100100 | 10001 | 10011111 | 0 | 1011010 | 11 | 100100 | 100101110 | 1010001 | 100011 |
Color Harmonies of #A4119F
Complementary color
Monochromatic Colors of #A4119F
Black with #A4119F
Text Example
Text Example
White with #A4119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4119F; }
p { color: rgb(164,17,159); }
H1.HeaderClassName
{
color: #A4119F;
}
.AnyTagClassName
{
color: #A4119F;
}
</style>
background-color css
<style>
a { background-color: #A4119F; }
a { background-color: rgb(164,17,159); }
div.DivClassName
{
background-color: #A4119F;
}
.BgClassName
{
background-color: #A4119F;
}
</style>
border-color css
<style>
span { border-color: #A4119F; }
span { border-color: rgb(164,17,159); }
td.TdClassName
{
border-color: #A4119F;
}
.TagClassName
{
border-color: #A4119F;
}
</style>