Shades of Dark Magenta #A40DAC
Tints of Dark Magenta #A40DAC
RGB
CMYK
RGB Variations
Color information
#A40DAC (or 0xA40DAC) is known color: Dark Magenta. HEX triplet: A4, 0D and AC. RGB value is (164,13,172). Sum of RGB (Red+Green+Blue) = 164+13+172=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #A40DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40DAC is #5BF253. Grayscale: #4B4B4B. Windows color (decimal): -6025812 or 11275684. OLE color: 11275684.
HSL color Cylindrical-coordinate representation of color #A40DAC: hue angle of 296.98º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40DAC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 13 | 172 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.33 |
| HSL | 296.98º | 0.86% | 0.36% | - |
| HSV(B) | 296.98º | 0.92% | 0.67% | - |
| XYZ | 22.9 | 11.16 | 39.98 | - |
| YUV | 76.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 172 | 0.05 | 0.92 | 0 | 0.33 | 296.98 | 0.86 | 0.36 |
| Hex | A4 | D | AC | 5 | 5C | 0 | 21 | 129 | 56 | 24 |
| Octal | 244 | 15 | 254 | 5 | 134 | 0 | 41 | 451 | 126 | 44 |
| Binary | 10100100 | 1101 | 10101100 | 101 | 1011100 | 0 | 100001 | 100101001 | 1010110 | 100100 |
Color Harmonies of #A40DAC
Complementary color
Monochromatic Colors of #A40DAC
Black with #A40DAC
Text Example
Text Example
White with #A40DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DAC; }
p { color: rgb(164,13,172); }
H1.HeaderClassName
{
color: #A40DAC;
}
.AnyTagClassName
{
color: #A40DAC;
}
</style>
background-color css
<style>
a { background-color: #A40DAC; }
a { background-color: rgb(164,13,172); }
div.DivClassName
{
background-color: #A40DAC;
}
.BgClassName
{
background-color: #A40DAC;
}
</style>
border-color css
<style>
span { border-color: #A40DAC; }
span { border-color: rgb(164,13,172); }
td.TdClassName
{
border-color: #A40DAC;
}
.TagClassName
{
border-color: #A40DAC;
}
</style>