Shades of Dark Magenta #A4109D
Tints of Dark Magenta #A4109D
RGB
CMYK
RGB Variations
Color information
#A4109D (or 0xA4109D) is known color: Dark Magenta. HEX triplet: A4, 10 and 9D. RGB value is (164,16,157). Sum of RGB (Red+Green+Blue) = 164+16+157=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4109D is #5BEF62. Grayscale: #4B4B4B. Windows color (decimal): -6025059 or 10293412. OLE color: 10293412.
HSL color Cylindrical-coordinate representation of color #A4109D: hue angle of 302.84º degrees, saturation: 0.82, 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 #A4109D is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 157 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.36 |
| HSL | 302.84º | 0.82% | 0.35% | - |
| HSV(B) | 302.84º | 0.9% | 0.64% | - |
| XYZ | 21.58 | 10.7 | 32.83 | - |
| YUV | 76.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 157 | 0 | 0.90 | 0.04 | 0.36 | 302.84 | 0.82 | 0.35 |
| Hex | A4 | 10 | 9D | 0 | 5A | 4 | 24 | 12F | 52 | 23 |
| Octal | 244 | 20 | 235 | 0 | 132 | 4 | 44 | 457 | 122 | 43 |
| Binary | 10100100 | 10000 | 10011101 | 0 | 1011010 | 100 | 100100 | 100101111 | 1010010 | 100011 |
Color Harmonies of #A4109D
Complementary color
Monochromatic Colors of #A4109D
Black with #A4109D
Text Example
Text Example
White with #A4109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4109D; }
p { color: rgb(164,16,157); }
H1.HeaderClassName
{
color: #A4109D;
}
.AnyTagClassName
{
color: #A4109D;
}
</style>
background-color css
<style>
a { background-color: #A4109D; }
a { background-color: rgb(164,16,157); }
div.DivClassName
{
background-color: #A4109D;
}
.BgClassName
{
background-color: #A4109D;
}
</style>
border-color css
<style>
span { border-color: #A4109D; }
span { border-color: rgb(164,16,157); }
td.TdClassName
{
border-color: #A4109D;
}
.TagClassName
{
border-color: #A4109D;
}
</style>