Shades of Dark Magenta #A920A4
Tints of Dark Magenta #A920A4
RGB
CMYK
RGB Variations
Color information
#A920A4 (or 0xA920A4) is known color: Dark Magenta. HEX triplet: A9, 20 and A4. RGB value is (169,32,164). Sum of RGB (Red+Green+Blue) = 169+32+164=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A920A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A920A4 is #56DF5B. Grayscale: #575757. Windows color (decimal): -5693276 or 10756265. OLE color: 10756265.
HSL color Cylindrical-coordinate representation of color #A920A4: hue angle of 302.19º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A920A4 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 164 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.34 |
| HSL | 302.19º | 0.68% | 0.39% | - |
| HSV(B) | 302.19º | 0.81% | 0.66% | - |
| XYZ | 23.58 | 12.15 | 36.22 | - |
| YUV | 88.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 164 | 0 | 0.81 | 0.03 | 0.34 | 302.19 | 0.68 | 0.39 |
| Hex | A9 | 20 | A4 | 0 | 51 | 3 | 22 | 12E | 44 | 27 |
| Octal | 251 | 40 | 244 | 0 | 121 | 3 | 42 | 456 | 104 | 47 |
| Binary | 10101001 | 100000 | 10100100 | 0 | 1010001 | 11 | 100010 | 100101110 | 1000100 | 100111 |
Color Harmonies of #A920A4
Complementary color
Monochromatic Colors of #A920A4
Black with #A920A4
Text Example
Text Example
White with #A920A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A920A4; }
p { color: rgb(169,32,164); }
H1.HeaderClassName
{
color: #A920A4;
}
.AnyTagClassName
{
color: #A920A4;
}
</style>
background-color css
<style>
a { background-color: #A920A4; }
a { background-color: rgb(169,32,164); }
div.DivClassName
{
background-color: #A920A4;
}
.BgClassName
{
background-color: #A920A4;
}
</style>
border-color css
<style>
span { border-color: #A920A4; }
span { border-color: rgb(169,32,164); }
td.TdClassName
{
border-color: #A920A4;
}
.TagClassName
{
border-color: #A920A4;
}
</style>