Shades of Dark Magenta #A3049C
Tints of Dark Magenta #A3049C
RGB
CMYK
RGB Variations
Color information
#A3049C (or 0xA3049C) is known color: Dark Magenta. HEX triplet: A3, 04 and 9C. RGB value is (163,4,156). Sum of RGB (Red+Green+Blue) = 163+4+156=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3049C is #5CFB63. Grayscale: #444444. Windows color (decimal): -6093668 or 10224803. OLE color: 10224803.
HSL color Cylindrical-coordinate representation of color #A3049C: hue angle of 302.64º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3049C is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.36 |
| HSL | 302.64º | 0.95% | 0.33% | - |
| HSV(B) | 302.64º | 0.98% | 0.64% | - |
| XYZ | 21.15 | 10.27 | 32.32 | - |
| YUV | 68.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 156 | 0 | 0.98 | 0.04 | 0.36 | 302.64 | 0.95 | 0.33 |
| Hex | A3 | 4 | 9C | 0 | 62 | 4 | 24 | 12F | 5F | 21 |
| Octal | 243 | 4 | 234 | 0 | 142 | 4 | 44 | 457 | 137 | 41 |
| Binary | 10100011 | 100 | 10011100 | 0 | 1100010 | 100 | 100100 | 100101111 | 1011111 | 100001 |
Color Harmonies of #A3049C
Complementary color
Monochromatic Colors of #A3049C
Black with #A3049C
Text Example
Text Example
White with #A3049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3049C; }
p { color: rgb(163,4,156); }
H1.HeaderClassName
{
color: #A3049C;
}
.AnyTagClassName
{
color: #A3049C;
}
</style>
background-color css
<style>
a { background-color: #A3049C; }
a { background-color: rgb(163,4,156); }
div.DivClassName
{
background-color: #A3049C;
}
.BgClassName
{
background-color: #A3049C;
}
</style>
border-color css
<style>
span { border-color: #A3049C; }
span { border-color: rgb(163,4,156); }
td.TdClassName
{
border-color: #A3049C;
}
.TagClassName
{
border-color: #A3049C;
}
</style>