Shades of Dark Magenta #A406A0
Tints of Dark Magenta #A406A0
RGB
CMYK
RGB Variations
Color information
#A406A0 (or 0xA406A0) is known color: Dark Magenta. HEX triplet: A4, 06 and A0. RGB value is (164,6,160). Sum of RGB (Red+Green+Blue) = 164+6+160=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A406A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A406A0 is #5BF95F. Grayscale: #464646. Windows color (decimal): -6027616 or 10487460. OLE color: 10487460.
HSL color Cylindrical-coordinate representation of color #A406A0: hue angle of 301.52º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A406A0 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 160 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.36 |
| HSL | 301.52º | 0.93% | 0.33% | - |
| HSV(B) | 301.52º | 0.96% | 0.64% | - |
| XYZ | 21.72 | 10.56 | 34.15 | - |
| YUV | 70.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 160 | 0 | 0.96 | 0.02 | 0.36 | 301.52 | 0.93 | 0.33 |
| Hex | A4 | 6 | A0 | 0 | 60 | 2 | 24 | 12E | 5D | 21 |
| Octal | 244 | 6 | 240 | 0 | 140 | 2 | 44 | 456 | 135 | 41 |
| Binary | 10100100 | 110 | 10100000 | 0 | 1100000 | 10 | 100100 | 100101110 | 1011101 | 100001 |
Color Harmonies of #A406A0
Complementary color
Monochromatic Colors of #A406A0
Black with #A406A0
Text Example
Text Example
White with #A406A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A406A0; }
p { color: rgb(164,6,160); }
H1.HeaderClassName
{
color: #A406A0;
}
.AnyTagClassName
{
color: #A406A0;
}
</style>
background-color css
<style>
a { background-color: #A406A0; }
a { background-color: rgb(164,6,160); }
div.DivClassName
{
background-color: #A406A0;
}
.BgClassName
{
background-color: #A406A0;
}
</style>
border-color css
<style>
span { border-color: #A406A0; }
span { border-color: rgb(164,6,160); }
td.TdClassName
{
border-color: #A406A0;
}
.TagClassName
{
border-color: #A406A0;
}
</style>