Shades of Dark Magenta #A3049B
Tints of Dark Magenta #A3049B
RGB
CMYK
RGB Variations
Color information
#A3049B (or 0xA3049B) is known color: Dark Magenta. HEX triplet: A3, 04 and 9B. RGB value is (163,4,155). Sum of RGB (Red+Green+Blue) = 163+4+155=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3049B is #5CFB64. Grayscale: #444444. Windows color (decimal): -6093669 or 10159267. OLE color: 10159267.
HSL color Cylindrical-coordinate representation of color #A3049B: hue angle of 303.02º 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 #A3049B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.36 |
| HSL | 303.02º | 0.95% | 0.33% | - |
| HSV(B) | 303.02º | 0.98% | 0.64% | - |
| XYZ | 21.06 | 10.24 | 31.88 | - |
| YUV | 68.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 155 | 0 | 0.98 | 0.05 | 0.36 | 303.02 | 0.95 | 0.33 |
| Hex | A3 | 4 | 9B | 0 | 62 | 5 | 24 | 12F | 5F | 21 |
| Octal | 243 | 4 | 233 | 0 | 142 | 5 | 44 | 457 | 137 | 41 |
| Binary | 10100011 | 100 | 10011011 | 0 | 1100010 | 101 | 100100 | 100101111 | 1011111 | 100001 |
Color Harmonies of #A3049B
Complementary color
Monochromatic Colors of #A3049B
Black with #A3049B
Text Example
Text Example
White with #A3049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3049B; }
p { color: rgb(163,4,155); }
H1.HeaderClassName
{
color: #A3049B;
}
.AnyTagClassName
{
color: #A3049B;
}
</style>
background-color css
<style>
a { background-color: #A3049B; }
a { background-color: rgb(163,4,155); }
div.DivClassName
{
background-color: #A3049B;
}
.BgClassName
{
background-color: #A3049B;
}
</style>
border-color css
<style>
span { border-color: #A3049B; }
span { border-color: rgb(163,4,155); }
td.TdClassName
{
border-color: #A3049B;
}
.TagClassName
{
border-color: #A3049B;
}
</style>