Shades of Dark Magenta #A4058A
Tints of Dark Magenta #A4058A
RGB
CMYK
RGB Variations
Color information
#A4058A (or 0xA4058A) is known color: Dark Magenta. HEX triplet: A4, 05 and 8A. RGB value is (164,5,138). Sum of RGB (Red+Green+Blue) = 164+5+138=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4058A is #5BFA75. Grayscale: #434343. Windows color (decimal): -6027894 or 9045412. OLE color: 9045412.
HSL color Cylindrical-coordinate representation of color #A4058A: hue angle of 309.81º 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 #A4058A is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 5 | 138 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.36 |
| HSL | 309.81º | 0.94% | 0.33% | - |
| HSV(B) | 309.81º | 0.97% | 0.64% | - |
| XYZ | 19.95 | 9.84 | 24.89 | - |
| YUV | 67.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 138 | 0 | 0.97 | 0.16 | 0.36 | 309.81 | 0.94 | 0.33 |
| Hex | A4 | 5 | 8A | 0 | 61 | 10 | 24 | 136 | 5E | 21 |
| Octal | 244 | 5 | 212 | 0 | 141 | 20 | 44 | 466 | 136 | 41 |
| Binary | 10100100 | 101 | 10001010 | 0 | 1100001 | 10000 | 100100 | 100110110 | 1011110 | 100001 |
Color Harmonies of #A4058A
Complementary color
Monochromatic Colors of #A4058A
Black with #A4058A
Text Example
Text Example
White with #A4058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4058A; }
p { color: rgb(164,5,138); }
H1.HeaderClassName
{
color: #A4058A;
}
.AnyTagClassName
{
color: #A4058A;
}
</style>
background-color css
<style>
a { background-color: #A4058A; }
a { background-color: rgb(164,5,138); }
div.DivClassName
{
background-color: #A4058A;
}
.BgClassName
{
background-color: #A4058A;
}
</style>
border-color css
<style>
span { border-color: #A4058A; }
span { border-color: rgb(164,5,138); }
td.TdClassName
{
border-color: #A4058A;
}
.TagClassName
{
border-color: #A4058A;
}
</style>