Shades of Dark Magenta #A4129F
Tints of Dark Magenta #A4129F
RGB
CMYK
RGB Variations
Color information
#A4129F (or 0xA4129F) is known color: Dark Magenta. HEX triplet: A4, 12 and 9F. RGB value is (164,18,159). Sum of RGB (Red+Green+Blue) = 164+18+159=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4129F is #5BED60. Grayscale: #4D4D4D. Windows color (decimal): -6024545 or 10424996. OLE color: 10424996.
HSL color Cylindrical-coordinate representation of color #A4129F: hue angle of 302.05º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4129F is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 159 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.36 |
| HSL | 302.05º | 0.8% | 0.36% | - |
| HSV(B) | 302.05º | 0.89% | 0.64% | - |
| XYZ | 21.78 | 10.83 | 33.74 | - |
| YUV | 77.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 159 | 0 | 0.89 | 0.03 | 0.36 | 302.05 | 0.8 | 0.36 |
| Hex | A4 | 12 | 9F | 0 | 59 | 3 | 24 | 12E | 50 | 24 |
| Octal | 244 | 22 | 237 | 0 | 131 | 3 | 44 | 456 | 120 | 44 |
| Binary | 10100100 | 10010 | 10011111 | 0 | 1011001 | 11 | 100100 | 100101110 | 1010000 | 100100 |
Color Harmonies of #A4129F
Complementary color
Monochromatic Colors of #A4129F
Black with #A4129F
Text Example
Text Example
White with #A4129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4129F; }
p { color: rgb(164,18,159); }
H1.HeaderClassName
{
color: #A4129F;
}
.AnyTagClassName
{
color: #A4129F;
}
</style>
background-color css
<style>
a { background-color: #A4129F; }
a { background-color: rgb(164,18,159); }
div.DivClassName
{
background-color: #A4129F;
}
.BgClassName
{
background-color: #A4129F;
}
</style>
border-color css
<style>
span { border-color: #A4129F; }
span { border-color: rgb(164,18,159); }
td.TdClassName
{
border-color: #A4129F;
}
.TagClassName
{
border-color: #A4129F;
}
</style>