Shades of Dark Magenta #A8048C
Tints of Dark Magenta #A8048C
RGB
CMYK
RGB Variations
Color information
#A8048C (or 0xA8048C) is known color: Dark Magenta. HEX triplet: A8, 04 and 8C. RGB value is (168,4,140). Sum of RGB (Red+Green+Blue) = 168+4+140=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8048C is #57FB73. Grayscale: #444444. Windows color (decimal): -5766004 or 9176232. OLE color: 9176232.
HSL color Cylindrical-coordinate representation of color #A8048C: hue angle of 310.24º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8048C is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.34 |
| HSL | 310.24º | 0.95% | 0.34% | - |
| HSV(B) | 310.24º | 0.98% | 0.66% | - |
| XYZ | 20.93 | 10.31 | 25.7 | - |
| YUV | 68.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 140 | 0 | 0.98 | 0.17 | 0.34 | 310.24 | 0.95 | 0.34 |
| Hex | A8 | 4 | 8C | 0 | 62 | 11 | 22 | 136 | 5F | 22 |
| Octal | 250 | 4 | 214 | 0 | 142 | 21 | 42 | 466 | 137 | 42 |
| Binary | 10101000 | 100 | 10001100 | 0 | 1100010 | 10001 | 100010 | 100110110 | 1011111 | 100010 |
Color Harmonies of #A8048C
Complementary color
Monochromatic Colors of #A8048C
Black with #A8048C
Text Example
Text Example
White with #A8048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8048C; }
p { color: rgb(168,4,140); }
H1.HeaderClassName
{
color: #A8048C;
}
.AnyTagClassName
{
color: #A8048C;
}
</style>
background-color css
<style>
a { background-color: #A8048C; }
a { background-color: rgb(168,4,140); }
div.DivClassName
{
background-color: #A8048C;
}
.BgClassName
{
background-color: #A8048C;
}
</style>
border-color css
<style>
span { border-color: #A8048C; }
span { border-color: rgb(168,4,140); }
td.TdClassName
{
border-color: #A8048C;
}
.TagClassName
{
border-color: #A8048C;
}
</style>