Shades of Deep Magenta #AC0CAE
Tints of Deep Magenta #AC0CAE
RGB
CMYK
RGB Variations
Color information
#AC0CAE (or 0xAC0CAE) is known color: Deep Magenta. HEX triplet: AC, 0C and AE. RGB value is (172,12,174). Sum of RGB (Red+Green+Blue) = 172+12+174=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC0CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0CAE is #53F351. Grayscale: #4D4D4D. Windows color (decimal): -5501778 or 11406508. OLE color: 11406508.
HSL color Cylindrical-coordinate representation of color #AC0CAE: hue angle of 299.26º 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 #AC0CAE is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 12 | 174 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.32 |
| HSL | 299.26º | 0.87% | 0.36% | - |
| HSV(B) | 299.26º | 0.93% | 0.68% | - |
| XYZ | 24.78 | 12.09 | 41.07 | - |
| YUV | 78.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 174 | 0.01 | 0.93 | 0 | 0.32 | 299.26 | 0.87 | 0.36 |
| Hex | AC | C | AE | 1 | 5D | 0 | 20 | 12B | 57 | 24 |
| Octal | 254 | 14 | 256 | 1 | 135 | 0 | 40 | 453 | 127 | 44 |
| Binary | 10101100 | 1100 | 10101110 | 1 | 1011101 | 0 | 100000 | 100101011 | 1010111 | 100100 |
Color Harmonies of #AC0CAE
Complementary color
Monochromatic Colors of #AC0CAE
Black with #AC0CAE
Text Example
Text Example
White with #AC0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CAE; }
p { color: rgb(172,12,174); }
H1.HeaderClassName
{
color: #AC0CAE;
}
.AnyTagClassName
{
color: #AC0CAE;
}
</style>
background-color css
<style>
a { background-color: #AC0CAE; }
a { background-color: rgb(172,12,174); }
div.DivClassName
{
background-color: #AC0CAE;
}
.BgClassName
{
background-color: #AC0CAE;
}
</style>
border-color css
<style>
span { border-color: #AC0CAE; }
span { border-color: rgb(172,12,174); }
td.TdClassName
{
border-color: #AC0CAE;
}
.TagClassName
{
border-color: #AC0CAE;
}
</style>