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