Shades of Dark Magenta #A804A2
Tints of Dark Magenta #A804A2
RGB
CMYK
RGB Variations
Color information
#A804A2 (or 0xA804A2) is known color: Dark Magenta. HEX triplet: A8, 04 and A2. RGB value is (168,4,162). Sum of RGB (Red+Green+Blue) = 168+4+162=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A804A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A804A2 is #57FB5D. Grayscale: #464646. Windows color (decimal): -5765982 or 10618024. OLE color: 10618024.
HSL color Cylindrical-coordinate representation of color #A804A2: hue angle of 302.2º 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 #A804A2 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.34 |
| HSL | 302.2º | 0.95% | 0.34% | - |
| HSV(B) | 302.2º | 0.98% | 0.66% | - |
| XYZ | 22.71 | 11.02 | 35.11 | - |
| YUV | 71.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 162 | 0 | 0.98 | 0.04 | 0.34 | 302.2 | 0.95 | 0.34 |
| Hex | A8 | 4 | A2 | 0 | 62 | 4 | 22 | 12E | 5F | 22 |
| Octal | 250 | 4 | 242 | 0 | 142 | 4 | 42 | 456 | 137 | 42 |
| Binary | 10101000 | 100 | 10100010 | 0 | 1100010 | 100 | 100010 | 100101110 | 1011111 | 100010 |
Color Harmonies of #A804A2
Complementary color
Monochromatic Colors of #A804A2
Black with #A804A2
Text Example
Text Example
White with #A804A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A804A2; }
p { color: rgb(168,4,162); }
H1.HeaderClassName
{
color: #A804A2;
}
.AnyTagClassName
{
color: #A804A2;
}
</style>
background-color css
<style>
a { background-color: #A804A2; }
a { background-color: rgb(168,4,162); }
div.DivClassName
{
background-color: #A804A2;
}
.BgClassName
{
background-color: #A804A2;
}
</style>
border-color css
<style>
span { border-color: #A804A2; }
span { border-color: rgb(168,4,162); }
td.TdClassName
{
border-color: #A804A2;
}
.TagClassName
{
border-color: #A804A2;
}
</style>