Shades of Dark Magenta #A4128D
Tints of Dark Magenta #A4128D
RGB
CMYK
RGB Variations
Color information
#A4128D (or 0xA4128D) is known color: Dark Magenta. HEX triplet: A4, 12 and 8D. RGB value is (164,18,141). Sum of RGB (Red+Green+Blue) = 164+18+141=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4128D is #5BED72. Grayscale: #4B4B4B. Windows color (decimal): -6024563 or 9245348. OLE color: 9245348.
HSL color Cylindrical-coordinate representation of color #A4128D: hue angle of 309.45º 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 #A4128D is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 141 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.36 |
| HSL | 309.45º | 0.8% | 0.36% | - |
| HSV(B) | 309.45º | 0.89% | 0.64% | - |
| XYZ | 20.33 | 10.25 | 26.11 | - |
| YUV | 75.68 | 164.87 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 141 | 0 | 0.89 | 0.14 | 0.36 | 309.45 | 0.8 | 0.36 |
| Hex | A4 | 12 | 8D | 0 | 59 | E | 24 | 135 | 50 | 24 |
| Octal | 244 | 22 | 215 | 0 | 131 | 16 | 44 | 465 | 120 | 44 |
| Binary | 10100100 | 10010 | 10001101 | 0 | 1011001 | 1110 | 100100 | 100110101 | 1010000 | 100100 |
Color Harmonies of #A4128D
Complementary color
Monochromatic Colors of #A4128D
Black with #A4128D
Text Example
Text Example
White with #A4128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4128D; }
p { color: rgb(164,18,141); }
H1.HeaderClassName
{
color: #A4128D;
}
.AnyTagClassName
{
color: #A4128D;
}
</style>
background-color css
<style>
a { background-color: #A4128D; }
a { background-color: rgb(164,18,141); }
div.DivClassName
{
background-color: #A4128D;
}
.BgClassName
{
background-color: #A4128D;
}
</style>
border-color css
<style>
span { border-color: #A4128D; }
span { border-color: rgb(164,18,141); }
td.TdClassName
{
border-color: #A4128D;
}
.TagClassName
{
border-color: #A4128D;
}
</style>