Shades of Dark Magenta #A4059A
Tints of Dark Magenta #A4059A
RGB
CMYK
RGB Variations
Color information
#A4059A (or 0xA4059A) is known color: Dark Magenta. HEX triplet: A4, 05 and 9A. RGB value is (164,5,154). Sum of RGB (Red+Green+Blue) = 164+5+154=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4059A is #5BFA65. Grayscale: #454545. Windows color (decimal): -6027878 or 10093988. OLE color: 10093988.
HSL color Cylindrical-coordinate representation of color #A4059A: hue angle of 303.77º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4059A is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 5 | 154 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.36 |
| HSL | 303.77º | 0.94% | 0.33% | - |
| HSV(B) | 303.77º | 0.97% | 0.64% | - |
| XYZ | 21.2 | 10.33 | 31.45 | - |
| YUV | 69.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 154 | 0 | 0.97 | 0.06 | 0.36 | 303.77 | 0.94 | 0.33 |
| Hex | A4 | 5 | 9A | 0 | 61 | 6 | 24 | 130 | 5E | 21 |
| Octal | 244 | 5 | 232 | 0 | 141 | 6 | 44 | 460 | 136 | 41 |
| Binary | 10100100 | 101 | 10011010 | 0 | 1100001 | 110 | 100100 | 100110000 | 1011110 | 100001 |
Color Harmonies of #A4059A
Complementary color
Monochromatic Colors of #A4059A
Black with #A4059A
Text Example
Text Example
White with #A4059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4059A; }
p { color: rgb(164,5,154); }
H1.HeaderClassName
{
color: #A4059A;
}
.AnyTagClassName
{
color: #A4059A;
}
</style>
background-color css
<style>
a { background-color: #A4059A; }
a { background-color: rgb(164,5,154); }
div.DivClassName
{
background-color: #A4059A;
}
.BgClassName
{
background-color: #A4059A;
}
</style>
border-color css
<style>
span { border-color: #A4059A; }
span { border-color: rgb(164,5,154); }
td.TdClassName
{
border-color: #A4059A;
}
.TagClassName
{
border-color: #A4059A;
}
</style>