Shades of Dark Magenta #A40CAA
Tints of Dark Magenta #A40CAA
RGB
CMYK
RGB Variations
Color information
#A40CAA (or 0xA40CAA) is known color: Dark Magenta. HEX triplet: A4, 0C and AA. RGB value is (164,12,170). Sum of RGB (Red+Green+Blue) = 164+12+170=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #A40CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40CAA is #5BF355. Grayscale: #4A4A4A. Windows color (decimal): -6026070 or 11144356. OLE color: 11144356.
HSL color Cylindrical-coordinate representation of color #A40CAA: hue angle of 297.72º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40CAA is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 12 | 170 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.33 |
| HSL | 297.72º | 0.87% | 0.36% | - |
| HSV(B) | 297.72º | 0.93% | 0.67% | - |
| XYZ | 22.7 | 11.06 | 38.97 | - |
| YUV | 75.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 170 | 0.04 | 0.93 | 0 | 0.33 | 297.72 | 0.87 | 0.36 |
| Hex | A4 | C | AA | 4 | 5D | 0 | 21 | 12A | 57 | 24 |
| Octal | 244 | 14 | 252 | 4 | 135 | 0 | 41 | 452 | 127 | 44 |
| Binary | 10100100 | 1100 | 10101010 | 100 | 1011101 | 0 | 100001 | 100101010 | 1010111 | 100100 |
Color Harmonies of #A40CAA
Complementary color
Monochromatic Colors of #A40CAA
Black with #A40CAA
Text Example
Text Example
White with #A40CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CAA; }
p { color: rgb(164,12,170); }
H1.HeaderClassName
{
color: #A40CAA;
}
.AnyTagClassName
{
color: #A40CAA;
}
</style>
background-color css
<style>
a { background-color: #A40CAA; }
a { background-color: rgb(164,12,170); }
div.DivClassName
{
background-color: #A40CAA;
}
.BgClassName
{
background-color: #A40CAA;
}
</style>
border-color css
<style>
span { border-color: #A40CAA; }
span { border-color: rgb(164,12,170); }
td.TdClassName
{
border-color: #A40CAA;
}
.TagClassName
{
border-color: #A40CAA;
}
</style>