Shades of Dark Magenta #A8049E
Tints of Dark Magenta #A8049E
RGB
CMYK
RGB Variations
Color information
#A8049E (or 0xA8049E) is known color: Dark Magenta. HEX triplet: A8, 04 and 9E. RGB value is (168,4,158). Sum of RGB (Red+Green+Blue) = 168+4+158=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8049E is #57FB61. Grayscale: #464646. Windows color (decimal): -5765986 or 10355880. OLE color: 10355880.
HSL color Cylindrical-coordinate representation of color #A8049E: hue angle of 303.66º 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 #A8049E is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.34 |
| HSL | 303.66º | 0.95% | 0.34% | - |
| HSV(B) | 303.66º | 0.98% | 0.66% | - |
| XYZ | 22.36 | 10.88 | 33.27 | - |
| YUV | 70.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 158 | 0 | 0.98 | 0.06 | 0.34 | 303.66 | 0.95 | 0.34 |
| Hex | A8 | 4 | 9E | 0 | 62 | 6 | 22 | 130 | 5F | 22 |
| Octal | 250 | 4 | 236 | 0 | 142 | 6 | 42 | 460 | 137 | 42 |
| Binary | 10101000 | 100 | 10011110 | 0 | 1100010 | 110 | 100010 | 100110000 | 1011111 | 100010 |
Color Harmonies of #A8049E
Complementary color
Monochromatic Colors of #A8049E
Black with #A8049E
Text Example
Text Example
White with #A8049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8049E; }
p { color: rgb(168,4,158); }
H1.HeaderClassName
{
color: #A8049E;
}
.AnyTagClassName
{
color: #A8049E;
}
</style>
background-color css
<style>
a { background-color: #A8049E; }
a { background-color: rgb(168,4,158); }
div.DivClassName
{
background-color: #A8049E;
}
.BgClassName
{
background-color: #A8049E;
}
</style>
border-color css
<style>
span { border-color: #A8049E; }
span { border-color: rgb(168,4,158); }
td.TdClassName
{
border-color: #A8049E;
}
.TagClassName
{
border-color: #A8049E;
}
</style>