Shades of Dark Magenta #A40AAC
Tints of Dark Magenta #A40AAC
RGB
CMYK
RGB Variations
Color information
#A40AAC (or 0xA40AAC) is known color: Dark Magenta. HEX triplet: A4, 0A and AC. RGB value is (164,10,172). Sum of RGB (Red+Green+Blue) = 164+10+172=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #A40AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40AAC is #5BF553. Grayscale: #4A4A4A. Windows color (decimal): -6026580 or 11274916. OLE color: 11274916.
HSL color Cylindrical-coordinate representation of color #A40AAC: hue angle of 297.04º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40AAC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 10 | 172 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.33 |
| HSL | 297.04º | 0.89% | 0.36% | - |
| HSV(B) | 297.04º | 0.94% | 0.67% | - |
| XYZ | 22.86 | 11.09 | 39.96 | - |
| YUV | 74.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 172 | 0.05 | 0.94 | 0 | 0.33 | 297.04 | 0.89 | 0.36 |
| Hex | A4 | A | AC | 5 | 5E | 0 | 21 | 129 | 59 | 24 |
| Octal | 244 | 12 | 254 | 5 | 136 | 0 | 41 | 451 | 131 | 44 |
| Binary | 10100100 | 1010 | 10101100 | 101 | 1011110 | 0 | 100001 | 100101001 | 1011001 | 100100 |
Color Harmonies of #A40AAC
Complementary color
Monochromatic Colors of #A40AAC
Black with #A40AAC
Text Example
Text Example
White with #A40AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AAC; }
p { color: rgb(164,10,172); }
H1.HeaderClassName
{
color: #A40AAC;
}
.AnyTagClassName
{
color: #A40AAC;
}
</style>
background-color css
<style>
a { background-color: #A40AAC; }
a { background-color: rgb(164,10,172); }
div.DivClassName
{
background-color: #A40AAC;
}
.BgClassName
{
background-color: #A40AAC;
}
</style>
border-color css
<style>
span { border-color: #A40AAC; }
span { border-color: rgb(164,10,172); }
td.TdClassName
{
border-color: #A40AAC;
}
.TagClassName
{
border-color: #A40AAC;
}
</style>