Shades of Dark Magenta #A70CAE
Tints of Dark Magenta #A70CAE
RGB
CMYK
RGB Variations
Color information
#A70CAE (or 0xA70CAE) is known color: Dark Magenta. HEX triplet: A7, 0C and AE. RGB value is (167,12,174). Sum of RGB (Red+Green+Blue) = 167+12+174=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #A70CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70CAE is #58F351. Grayscale: #4C4C4C. Windows color (decimal): -5829458 or 11406503. OLE color: 11406503.
HSL color Cylindrical-coordinate representation of color #A70CAE: hue angle of 297.41º 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 #A70CAE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 12 | 174 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.32 |
| HSL | 297.41º | 0.87% | 0.36% | - |
| HSV(B) | 297.41º | 0.93% | 0.68% | - |
| XYZ | 23.71 | 11.53 | 41.02 | - |
| YUV | 76.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 174 | 0.04 | 0.93 | 0 | 0.32 | 297.41 | 0.87 | 0.36 |
| Hex | A7 | C | AE | 4 | 5D | 0 | 20 | 129 | 57 | 24 |
| Octal | 247 | 14 | 256 | 4 | 135 | 0 | 40 | 451 | 127 | 44 |
| Binary | 10100111 | 1100 | 10101110 | 100 | 1011101 | 0 | 100000 | 100101001 | 1010111 | 100100 |
Color Harmonies of #A70CAE
Complementary color
Monochromatic Colors of #A70CAE
Black with #A70CAE
Text Example
Text Example
White with #A70CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CAE; }
p { color: rgb(167,12,174); }
H1.HeaderClassName
{
color: #A70CAE;
}
.AnyTagClassName
{
color: #A70CAE;
}
</style>
background-color css
<style>
a { background-color: #A70CAE; }
a { background-color: rgb(167,12,174); }
div.DivClassName
{
background-color: #A70CAE;
}
.BgClassName
{
background-color: #A70CAE;
}
</style>
border-color css
<style>
span { border-color: #A70CAE; }
span { border-color: rgb(167,12,174); }
td.TdClassName
{
border-color: #A70CAE;
}
.TagClassName
{
border-color: #A70CAE;
}
</style>