Shades of Dark Magenta #A40DAE
Tints of Dark Magenta #A40DAE
RGB
CMYK
RGB Variations
Color information
#A40DAE (or 0xA40DAE) is known color: Dark Magenta. HEX triplet: A4, 0D and AE. RGB value is (164,13,174). Sum of RGB (Red+Green+Blue) = 164+13+174=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #A40DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40DAE is #5BF251. Grayscale: #4C4C4C. Windows color (decimal): -6025810 or 11406756. OLE color: 11406756.
HSL color Cylindrical-coordinate representation of color #A40DAE: hue angle of 296.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DAE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 13 | 174 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.32 |
| HSL | 296.27º | 0.86% | 0.37% | - |
| HSV(B) | 296.27º | 0.93% | 0.68% | - |
| XYZ | 23.09 | 11.24 | 41 | - |
| YUV | 76.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 174 | 0.06 | 0.93 | 0 | 0.32 | 296.27 | 0.86 | 0.37 |
| Hex | A4 | D | AE | 6 | 5D | 0 | 20 | 128 | 56 | 25 |
| Octal | 244 | 15 | 256 | 6 | 135 | 0 | 40 | 450 | 126 | 45 |
| Binary | 10100100 | 1101 | 10101110 | 110 | 1011101 | 0 | 100000 | 100101000 | 1010110 | 100101 |
Color Harmonies of #A40DAE
Complementary color
Monochromatic Colors of #A40DAE
Black with #A40DAE
Text Example
Text Example
White with #A40DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DAE; }
p { color: rgb(164,13,174); }
H1.HeaderClassName
{
color: #A40DAE;
}
.AnyTagClassName
{
color: #A40DAE;
}
</style>
background-color css
<style>
a { background-color: #A40DAE; }
a { background-color: rgb(164,13,174); }
div.DivClassName
{
background-color: #A40DAE;
}
.BgClassName
{
background-color: #A40DAE;
}
</style>
border-color css
<style>
span { border-color: #A40DAE; }
span { border-color: rgb(164,13,174); }
td.TdClassName
{
border-color: #A40DAE;
}
.TagClassName
{
border-color: #A40DAE;
}
</style>