Shades of Dark Magenta #A3048E
Tints of Dark Magenta #A3048E
RGB
CMYK
RGB Variations
Color information
#A3048E (or 0xA3048E) is known color: Dark Magenta. HEX triplet: A3, 04 and 8E. RGB value is (163,4,142). Sum of RGB (Red+Green+Blue) = 163+4+142=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3048E is #5CFB71. Grayscale: #424242. Windows color (decimal): -6093682 or 9307299. OLE color: 9307299.
HSL color Cylindrical-coordinate representation of color #A3048E: hue angle of 307.92º 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 #A3048E is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.36 |
| HSL | 307.92º | 0.95% | 0.33% | - |
| HSV(B) | 307.92º | 0.98% | 0.64% | - |
| XYZ | 20.03 | 9.83 | 26.43 | - |
| YUV | 67.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 142 | 0 | 0.98 | 0.13 | 0.36 | 307.92 | 0.95 | 0.33 |
| Hex | A3 | 4 | 8E | 0 | 62 | D | 24 | 134 | 5F | 21 |
| Octal | 243 | 4 | 216 | 0 | 142 | 15 | 44 | 464 | 137 | 41 |
| Binary | 10100011 | 100 | 10001110 | 0 | 1100010 | 1101 | 100100 | 100110100 | 1011111 | 100001 |
Color Harmonies of #A3048E
Complementary color
Monochromatic Colors of #A3048E
Black with #A3048E
Text Example
Text Example
White with #A3048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3048E; }
p { color: rgb(163,4,142); }
H1.HeaderClassName
{
color: #A3048E;
}
.AnyTagClassName
{
color: #A3048E;
}
</style>
background-color css
<style>
a { background-color: #A3048E; }
a { background-color: rgb(163,4,142); }
div.DivClassName
{
background-color: #A3048E;
}
.BgClassName
{
background-color: #A3048E;
}
</style>
border-color css
<style>
span { border-color: #A3048E; }
span { border-color: rgb(163,4,142); }
td.TdClassName
{
border-color: #A3048E;
}
.TagClassName
{
border-color: #A3048E;
}
</style>