Shades of Dark Magenta #A406AE
Tints of Dark Magenta #A406AE
RGB
CMYK
RGB Variations
Color information
#A406AE (or 0xA406AE) is known color: Dark Magenta. HEX triplet: A4, 06 and AE. RGB value is (164,6,174). Sum of RGB (Red+Green+Blue) = 164+6+174=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #A406AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A406AE is #5BF951. Grayscale: #474747. Windows color (decimal): -6027602 or 11404964. OLE color: 11404964.
HSL color Cylindrical-coordinate representation of color #A406AE: hue angle of 296.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406AE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 6 | 174 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.32 |
| HSL | 296.43º | 0.93% | 0.35% | - |
| HSV(B) | 296.43º | 0.97% | 0.68% | - |
| XYZ | 23.01 | 11.08 | 40.97 | - |
| YUV | 72.39 | 185.35 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 174 | 0.06 | 0.97 | 0 | 0.32 | 296.43 | 0.93 | 0.35 |
| Hex | A4 | 6 | AE | 6 | 61 | 0 | 20 | 128 | 5D | 23 |
| Octal | 244 | 6 | 256 | 6 | 141 | 0 | 40 | 450 | 135 | 43 |
| Binary | 10100100 | 110 | 10101110 | 110 | 1100001 | 0 | 100000 | 100101000 | 1011101 | 100011 |
Color Harmonies of #A406AE
Complementary color
Monochromatic Colors of #A406AE
Black with #A406AE
Text Example
Text Example
White with #A406AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A406AE; }
p { color: rgb(164,6,174); }
H1.HeaderClassName
{
color: #A406AE;
}
.AnyTagClassName
{
color: #A406AE;
}
</style>
background-color css
<style>
a { background-color: #A406AE; }
a { background-color: rgb(164,6,174); }
div.DivClassName
{
background-color: #A406AE;
}
.BgClassName
{
background-color: #A406AE;
}
</style>
border-color css
<style>
span { border-color: #A406AE; }
span { border-color: rgb(164,6,174); }
td.TdClassName
{
border-color: #A406AE;
}
.TagClassName
{
border-color: #A406AE;
}
</style>