Shades of Dark Magenta #A8049C
Tints of Dark Magenta #A8049C
RGB
CMYK
RGB Variations
Color information
#A8049C (or 0xA8049C) is known color: Dark Magenta. HEX triplet: A8, 04 and 9C. RGB value is (168,4,156). Sum of RGB (Red+Green+Blue) = 168+4+156=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8049C is #57FB63. Grayscale: #454545. Windows color (decimal): -5765988 or 10224808. OLE color: 10224808.
HSL color Cylindrical-coordinate representation of color #A8049C: hue angle of 304.39º 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 #A8049C is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.34 |
| HSL | 304.39º | 0.95% | 0.34% | - |
| HSV(B) | 304.39º | 0.98% | 0.66% | - |
| XYZ | 22.19 | 10.81 | 32.37 | - |
| YUV | 70.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 156 | 0 | 0.98 | 0.07 | 0.34 | 304.39 | 0.95 | 0.34 |
| Hex | A8 | 4 | 9C | 0 | 62 | 7 | 22 | 130 | 5F | 22 |
| Octal | 250 | 4 | 234 | 0 | 142 | 7 | 42 | 460 | 137 | 42 |
| Binary | 10101000 | 100 | 10011100 | 0 | 1100010 | 111 | 100010 | 100110000 | 1011111 | 100010 |
Color Harmonies of #A8049C
Complementary color
Monochromatic Colors of #A8049C
Black with #A8049C
Text Example
Text Example
White with #A8049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8049C; }
p { color: rgb(168,4,156); }
H1.HeaderClassName
{
color: #A8049C;
}
.AnyTagClassName
{
color: #A8049C;
}
</style>
background-color css
<style>
a { background-color: #A8049C; }
a { background-color: rgb(168,4,156); }
div.DivClassName
{
background-color: #A8049C;
}
.BgClassName
{
background-color: #A8049C;
}
</style>
border-color css
<style>
span { border-color: #A8049C; }
span { border-color: rgb(168,4,156); }
td.TdClassName
{
border-color: #A8049C;
}
.TagClassName
{
border-color: #A8049C;
}
</style>