Shades of Dark Magenta #A804A1
Tints of Dark Magenta #A804A1
RGB
CMYK
RGB Variations
Color information
#A804A1 (or 0xA804A1) is known color: Dark Magenta. HEX triplet: A8, 04 and A1. RGB value is (168,4,161). Sum of RGB (Red+Green+Blue) = 168+4+161=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 161 (63.28% from 255 or 48.35% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A804A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A804A1 is #57FB5E. Grayscale: #464646. Windows color (decimal): -5765983 or 10552488. OLE color: 10552488.
HSL color Cylindrical-coordinate representation of color #A804A1: hue angle of 302.56º 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 #A804A1 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.34 |
| HSL | 302.56º | 0.95% | 0.34% | - |
| HSV(B) | 302.56º | 0.98% | 0.66% | - |
| XYZ | 22.62 | 10.98 | 34.65 | - |
| YUV | 70.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 161 | 0 | 0.98 | 0.04 | 0.34 | 302.56 | 0.95 | 0.34 |
| Hex | A8 | 4 | A1 | 0 | 62 | 4 | 22 | 12F | 5F | 22 |
| Octal | 250 | 4 | 241 | 0 | 142 | 4 | 42 | 457 | 137 | 42 |
| Binary | 10101000 | 100 | 10100001 | 0 | 1100010 | 100 | 100010 | 100101111 | 1011111 | 100010 |
Color Harmonies of #A804A1
Complementary color
Monochromatic Colors of #A804A1
Black with #A804A1
Text Example
Text Example
White with #A804A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A804A1; }
p { color: rgb(168,4,161); }
H1.HeaderClassName
{
color: #A804A1;
}
.AnyTagClassName
{
color: #A804A1;
}
</style>
background-color css
<style>
a { background-color: #A804A1; }
a { background-color: rgb(168,4,161); }
div.DivClassName
{
background-color: #A804A1;
}
.BgClassName
{
background-color: #A804A1;
}
</style>
border-color css
<style>
span { border-color: #A804A1; }
span { border-color: rgb(168,4,161); }
td.TdClassName
{
border-color: #A804A1;
}
.TagClassName
{
border-color: #A804A1;
}
</style>