Shades of Dark Magenta #A8049A
Tints of Dark Magenta #A8049A
RGB
CMYK
RGB Variations
Color information
#A8049A (or 0xA8049A) is known color: Dark Magenta. HEX triplet: A8, 04 and 9A. RGB value is (168,4,154). Sum of RGB (Red+Green+Blue) = 168+4+154=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8049A is #57FB65. Grayscale: #454545. Windows color (decimal): -5765990 or 10093736. OLE color: 10093736.
HSL color Cylindrical-coordinate representation of color #A8049A: hue angle of 305.12º 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 #A8049A is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.34 |
| HSL | 305.12º | 0.95% | 0.34% | - |
| HSV(B) | 305.12º | 0.98% | 0.66% | - |
| XYZ | 22.02 | 10.74 | 31.48 | - |
| YUV | 70.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 154 | 0 | 0.98 | 0.08 | 0.34 | 305.12 | 0.95 | 0.34 |
| Hex | A8 | 4 | 9A | 0 | 62 | 8 | 22 | 131 | 5F | 22 |
| Octal | 250 | 4 | 232 | 0 | 142 | 10 | 42 | 461 | 137 | 42 |
| Binary | 10101000 | 100 | 10011010 | 0 | 1100010 | 1000 | 100010 | 100110001 | 1011111 | 100010 |
Color Harmonies of #A8049A
Complementary color
Monochromatic Colors of #A8049A
Black with #A8049A
Text Example
Text Example
White with #A8049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8049A; }
p { color: rgb(168,4,154); }
H1.HeaderClassName
{
color: #A8049A;
}
.AnyTagClassName
{
color: #A8049A;
}
</style>
background-color css
<style>
a { background-color: #A8049A; }
a { background-color: rgb(168,4,154); }
div.DivClassName
{
background-color: #A8049A;
}
.BgClassName
{
background-color: #A8049A;
}
</style>
border-color css
<style>
span { border-color: #A8049A; }
span { border-color: rgb(168,4,154); }
td.TdClassName
{
border-color: #A8049A;
}
.TagClassName
{
border-color: #A8049A;
}
</style>