Shades of Dark Magenta #A8048A
Tints of Dark Magenta #A8048A
RGB
CMYK
RGB Variations
Color information
#A8048A (or 0xA8048A) is known color: Dark Magenta. HEX triplet: A8, 04 and 8A. RGB value is (168,4,138). Sum of RGB (Red+Green+Blue) = 168+4+138=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8048A is #57FB75. Grayscale: #434343. Windows color (decimal): -5766006 or 9045160. OLE color: 9045160.
HSL color Cylindrical-coordinate representation of color #A8048A: hue angle of 310.98º 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 #A8048A is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.34 |
| HSL | 310.98º | 0.95% | 0.34% | - |
| HSV(B) | 310.98º | 0.98% | 0.66% | - |
| XYZ | 20.78 | 10.25 | 24.93 | - |
| YUV | 68.31 | 167.33 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 138 | 0 | 0.98 | 0.18 | 0.34 | 310.98 | 0.95 | 0.34 |
| Hex | A8 | 4 | 8A | 0 | 62 | 12 | 22 | 137 | 5F | 22 |
| Octal | 250 | 4 | 212 | 0 | 142 | 22 | 42 | 467 | 137 | 42 |
| Binary | 10101000 | 100 | 10001010 | 0 | 1100010 | 10010 | 100010 | 100110111 | 1011111 | 100010 |
Color Harmonies of #A8048A
Complementary color
Monochromatic Colors of #A8048A
Black with #A8048A
Text Example
Text Example
White with #A8048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8048A; }
p { color: rgb(168,4,138); }
H1.HeaderClassName
{
color: #A8048A;
}
.AnyTagClassName
{
color: #A8048A;
}
</style>
background-color css
<style>
a { background-color: #A8048A; }
a { background-color: rgb(168,4,138); }
div.DivClassName
{
background-color: #A8048A;
}
.BgClassName
{
background-color: #A8048A;
}
</style>
border-color css
<style>
span { border-color: #A8048A; }
span { border-color: rgb(168,4,138); }
td.TdClassName
{
border-color: #A8048A;
}
.TagClassName
{
border-color: #A8048A;
}
</style>