Shades of Dark Magenta #A40CAE
Tints of Dark Magenta #A40CAE
RGB
CMYK
RGB Variations
Color information
#A40CAE (or 0xA40CAE) is known color: Dark Magenta. HEX triplet: A4, 0C and AE. RGB value is (164,12,174). Sum of RGB (Red+Green+Blue) = 164+12+174=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #A40CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40CAE is #5BF351. Grayscale: #4B4B4B. Windows color (decimal): -6026066 or 11406500. OLE color: 11406500.
HSL color Cylindrical-coordinate representation of color #A40CAE: hue angle of 296.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40CAE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 12 | 174 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.32 |
| HSL | 296.3º | 0.87% | 0.36% | - |
| HSV(B) | 296.3º | 0.93% | 0.68% | - |
| XYZ | 23.08 | 11.21 | 40.99 | - |
| YUV | 75.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 174 | 0.06 | 0.93 | 0 | 0.32 | 296.3 | 0.87 | 0.36 |
| Hex | A4 | C | AE | 6 | 5D | 0 | 20 | 128 | 57 | 24 |
| Octal | 244 | 14 | 256 | 6 | 135 | 0 | 40 | 450 | 127 | 44 |
| Binary | 10100100 | 1100 | 10101110 | 110 | 1011101 | 0 | 100000 | 100101000 | 1010111 | 100100 |
Color Harmonies of #A40CAE
Complementary color
Monochromatic Colors of #A40CAE
Black with #A40CAE
Text Example
Text Example
White with #A40CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CAE; }
p { color: rgb(164,12,174); }
H1.HeaderClassName
{
color: #A40CAE;
}
.AnyTagClassName
{
color: #A40CAE;
}
</style>
background-color css
<style>
a { background-color: #A40CAE; }
a { background-color: rgb(164,12,174); }
div.DivClassName
{
background-color: #A40CAE;
}
.BgClassName
{
background-color: #A40CAE;
}
</style>
border-color css
<style>
span { border-color: #A40CAE; }
span { border-color: rgb(164,12,174); }
td.TdClassName
{
border-color: #A40CAE;
}
.TagClassName
{
border-color: #A40CAE;
}
</style>