Shades of Dark Magenta #A3048A
Tints of Dark Magenta #A3048A
RGB
CMYK
RGB Variations
Color information
#A3048A (or 0xA3048A) is known color: Dark Magenta. HEX triplet: A3, 04 and 8A. RGB value is (163,4,138). Sum of RGB (Red+Green+Blue) = 163+4+138=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3048A is #5CFB75. Grayscale: #424242. Windows color (decimal): -6093686 or 9045155. OLE color: 9045155.
HSL color Cylindrical-coordinate representation of color #A3048A: hue angle of 309.43º 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 #A3048A is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.36 |
| HSL | 309.43º | 0.95% | 0.33% | - |
| HSV(B) | 309.43º | 0.98% | 0.64% | - |
| XYZ | 19.74 | 9.71 | 24.88 | - |
| YUV | 66.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 138 | 0 | 0.98 | 0.15 | 0.36 | 309.43 | 0.95 | 0.33 |
| Hex | A3 | 4 | 8A | 0 | 62 | F | 24 | 135 | 5F | 21 |
| Octal | 243 | 4 | 212 | 0 | 142 | 17 | 44 | 465 | 137 | 41 |
| Binary | 10100011 | 100 | 10001010 | 0 | 1100010 | 1111 | 100100 | 100110101 | 1011111 | 100001 |
Color Harmonies of #A3048A
Complementary color
Monochromatic Colors of #A3048A
Black with #A3048A
Text Example
Text Example
White with #A3048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3048A; }
p { color: rgb(163,4,138); }
H1.HeaderClassName
{
color: #A3048A;
}
.AnyTagClassName
{
color: #A3048A;
}
</style>
background-color css
<style>
a { background-color: #A3048A; }
a { background-color: rgb(163,4,138); }
div.DivClassName
{
background-color: #A3048A;
}
.BgClassName
{
background-color: #A3048A;
}
</style>
border-color css
<style>
span { border-color: #A3048A; }
span { border-color: rgb(163,4,138); }
td.TdClassName
{
border-color: #A3048A;
}
.TagClassName
{
border-color: #A3048A;
}
</style>