Shades of Dark Magenta #A3058C
Tints of Dark Magenta #A3058C
RGB
CMYK
RGB Variations
Color information
#A3058C (or 0xA3058C) is known color: Dark Magenta. HEX triplet: A3, 05 and 8C. RGB value is (163,5,140). Sum of RGB (Red+Green+Blue) = 163+5+140=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3058C is #5CFA73. Grayscale: #434343. Windows color (decimal): -6093428 or 9176483. OLE color: 9176483.
HSL color Cylindrical-coordinate representation of color #A3058C: hue angle of 308.73º 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 #A3058C is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.36 |
| HSL | 308.73º | 0.94% | 0.33% | - |
| HSV(B) | 308.73º | 0.97% | 0.64% | - |
| XYZ | 19.89 | 9.79 | 25.65 | - |
| YUV | 67.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 140 | 0 | 0.97 | 0.14 | 0.36 | 308.73 | 0.94 | 0.33 |
| Hex | A3 | 5 | 8C | 0 | 61 | E | 24 | 135 | 5E | 21 |
| Octal | 243 | 5 | 214 | 0 | 141 | 16 | 44 | 465 | 136 | 41 |
| Binary | 10100011 | 101 | 10001100 | 0 | 1100001 | 1110 | 100100 | 100110101 | 1011110 | 100001 |
Color Harmonies of #A3058C
Complementary color
Monochromatic Colors of #A3058C
Black with #A3058C
Text Example
Text Example
White with #A3058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3058C; }
p { color: rgb(163,5,140); }
H1.HeaderClassName
{
color: #A3058C;
}
.AnyTagClassName
{
color: #A3058C;
}
</style>
background-color css
<style>
a { background-color: #A3058C; }
a { background-color: rgb(163,5,140); }
div.DivClassName
{
background-color: #A3058C;
}
.BgClassName
{
background-color: #A3058C;
}
</style>
border-color css
<style>
span { border-color: #A3058C; }
span { border-color: rgb(163,5,140); }
td.TdClassName
{
border-color: #A3058C;
}
.TagClassName
{
border-color: #A3058C;
}
</style>