Shades of Dark Magenta #A4129B
Tints of Dark Magenta #A4129B
RGB
CMYK
RGB Variations
Color information
#A4129B (or 0xA4129B) is known color: Dark Magenta. HEX triplet: A4, 12 and 9B. RGB value is (164,18,155). Sum of RGB (Red+Green+Blue) = 164+18+155=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4129B is #5BED64. Grayscale: #4C4C4C. Windows color (decimal): -6024549 or 10162852. OLE color: 10162852.
HSL color Cylindrical-coordinate representation of color #A4129B: hue angle of 303.7º 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 #A4129B is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 18 | 155 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.36 |
| HSL | 303.7º | 0.8% | 0.36% | - |
| HSV(B) | 303.7º | 0.89% | 0.64% | - |
| XYZ | 21.44 | 10.69 | 31.94 | - |
| YUV | 77.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 155 | 0 | 0.89 | 0.05 | 0.36 | 303.7 | 0.8 | 0.36 |
| Hex | A4 | 12 | 9B | 0 | 59 | 5 | 24 | 130 | 50 | 24 |
| Octal | 244 | 22 | 233 | 0 | 131 | 5 | 44 | 460 | 120 | 44 |
| Binary | 10100100 | 10010 | 10011011 | 0 | 1011001 | 101 | 100100 | 100110000 | 1010000 | 100100 |
Color Harmonies of #A4129B
Complementary color
Monochromatic Colors of #A4129B
Black with #A4129B
Text Example
Text Example
White with #A4129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4129B; }
p { color: rgb(164,18,155); }
H1.HeaderClassName
{
color: #A4129B;
}
.AnyTagClassName
{
color: #A4129B;
}
</style>
background-color css
<style>
a { background-color: #A4129B; }
a { background-color: rgb(164,18,155); }
div.DivClassName
{
background-color: #A4129B;
}
.BgClassName
{
background-color: #A4129B;
}
</style>
border-color css
<style>
span { border-color: #A4129B; }
span { border-color: rgb(164,18,155); }
td.TdClassName
{
border-color: #A4129B;
}
.TagClassName
{
border-color: #A4129B;
}
</style>