Shades of Dark Magenta #A904A2
Tints of Dark Magenta #A904A2
RGB
CMYK
RGB Variations
Color information
#A904A2 (or 0xA904A2) is known color: Dark Magenta. HEX triplet: A9, 04 and A2. RGB value is (169,4,162). Sum of RGB (Red+Green+Blue) = 169+4+162=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A904A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A904A2 is #56FB5D. Grayscale: #464646. Windows color (decimal): -5700446 or 10618025. OLE color: 10618025.
HSL color Cylindrical-coordinate representation of color #A904A2: hue angle of 302.55º 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 #A904A2 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.34 |
| HSL | 302.55º | 0.95% | 0.34% | - |
| HSV(B) | 302.55º | 0.98% | 0.66% | - |
| XYZ | 22.93 | 11.13 | 35.12 | - |
| YUV | 71.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 162 | 0 | 0.98 | 0.04 | 0.34 | 302.55 | 0.95 | 0.34 |
| Hex | A9 | 4 | A2 | 0 | 62 | 4 | 22 | 12F | 5F | 22 |
| Octal | 251 | 4 | 242 | 0 | 142 | 4 | 42 | 457 | 137 | 42 |
| Binary | 10101001 | 100 | 10100010 | 0 | 1100010 | 100 | 100010 | 100101111 | 1011111 | 100010 |
Color Harmonies of #A904A2
Complementary color
Monochromatic Colors of #A904A2
Black with #A904A2
Text Example
Text Example
White with #A904A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A904A2; }
p { color: rgb(169,4,162); }
H1.HeaderClassName
{
color: #A904A2;
}
.AnyTagClassName
{
color: #A904A2;
}
</style>
background-color css
<style>
a { background-color: #A904A2; }
a { background-color: rgb(169,4,162); }
div.DivClassName
{
background-color: #A904A2;
}
.BgClassName
{
background-color: #A904A2;
}
</style>
border-color css
<style>
span { border-color: #A904A2; }
span { border-color: rgb(169,4,162); }
td.TdClassName
{
border-color: #A904A2;
}
.TagClassName
{
border-color: #A904A2;
}
</style>