Shades of Dark Magenta #A3058F
Tints of Dark Magenta #A3058F
RGB
CMYK
RGB Variations
Color information
#A3058F (or 0xA3058F) is known color: Dark Magenta. HEX triplet: A3, 05 and 8F. RGB value is (163,5,143). Sum of RGB (Red+Green+Blue) = 163+5+143=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3058F is #5CFA70. Grayscale: #434343. Windows color (decimal): -6093425 or 9373091. OLE color: 9373091.
HSL color Cylindrical-coordinate representation of color #A3058F: hue angle of 307.59º 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 #A3058F is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.36 |
| HSL | 307.59º | 0.94% | 0.33% | - |
| HSV(B) | 307.59º | 0.97% | 0.64% | - |
| XYZ | 20.12 | 9.88 | 26.83 | - |
| YUV | 67.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 143 | 0 | 0.97 | 0.12 | 0.36 | 307.59 | 0.94 | 0.33 |
| Hex | A3 | 5 | 8F | 0 | 61 | C | 24 | 134 | 5E | 21 |
| Octal | 243 | 5 | 217 | 0 | 141 | 14 | 44 | 464 | 136 | 41 |
| Binary | 10100011 | 101 | 10001111 | 0 | 1100001 | 1100 | 100100 | 100110100 | 1011110 | 100001 |
Color Harmonies of #A3058F
Complementary color
Monochromatic Colors of #A3058F
Black with #A3058F
Text Example
Text Example
White with #A3058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3058F; }
p { color: rgb(163,5,143); }
H1.HeaderClassName
{
color: #A3058F;
}
.AnyTagClassName
{
color: #A3058F;
}
</style>
background-color css
<style>
a { background-color: #A3058F; }
a { background-color: rgb(163,5,143); }
div.DivClassName
{
background-color: #A3058F;
}
.BgClassName
{
background-color: #A3058F;
}
</style>
border-color css
<style>
span { border-color: #A3058F; }
span { border-color: rgb(163,5,143); }
td.TdClassName
{
border-color: #A3058F;
}
.TagClassName
{
border-color: #A3058F;
}
</style>