Shades of Dark Magenta #A3058D
Tints of Dark Magenta #A3058D
RGB
CMYK
RGB Variations
Color information
#A3058D (or 0xA3058D) is known color: Dark Magenta. HEX triplet: A3, 05 and 8D. RGB value is (163,5,141). Sum of RGB (Red+Green+Blue) = 163+5+141=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3058D is #5CFA72. Grayscale: #434343. Windows color (decimal): -6093427 or 9242019. OLE color: 9242019.
HSL color Cylindrical-coordinate representation of color #A3058D: hue angle of 308.35º 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 #A3058D is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.36 |
| HSL | 308.35º | 0.94% | 0.33% | - |
| HSV(B) | 308.35º | 0.97% | 0.64% | - |
| XYZ | 19.97 | 9.82 | 26.04 | - |
| YUV | 67.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 141 | 0 | 0.97 | 0.13 | 0.36 | 308.35 | 0.94 | 0.33 |
| Hex | A3 | 5 | 8D | 0 | 61 | D | 24 | 134 | 5E | 21 |
| Octal | 243 | 5 | 215 | 0 | 141 | 15 | 44 | 464 | 136 | 41 |
| Binary | 10100011 | 101 | 10001101 | 0 | 1100001 | 1101 | 100100 | 100110100 | 1011110 | 100001 |
Color Harmonies of #A3058D
Complementary color
Monochromatic Colors of #A3058D
Black with #A3058D
Text Example
Text Example
White with #A3058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3058D; }
p { color: rgb(163,5,141); }
H1.HeaderClassName
{
color: #A3058D;
}
.AnyTagClassName
{
color: #A3058D;
}
</style>
background-color css
<style>
a { background-color: #A3058D; }
a { background-color: rgb(163,5,141); }
div.DivClassName
{
background-color: #A3058D;
}
.BgClassName
{
background-color: #A3058D;
}
</style>
border-color css
<style>
span { border-color: #A3058D; }
span { border-color: rgb(163,5,141); }
td.TdClassName
{
border-color: #A3058D;
}
.TagClassName
{
border-color: #A3058D;
}
</style>