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