Shades of Deep Magenta #AC0DAC
Tints of Deep Magenta #AC0DAC
RGB
CMYK
RGB Variations
Color information
#AC0DAC (or 0xAC0DAC) is known color: Deep Magenta. HEX triplet: AC, 0D and AC. RGB value is (172,13,172). Sum of RGB (Red+Green+Blue) = 172+13+172=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0DAC is #53F253. Grayscale: #4E4E4E. Windows color (decimal): -5501524 or 11275692. OLE color: 11275692.
HSL color Cylindrical-coordinate representation of color #AC0DAC: hue angle of 300º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0DAC is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 13 | 172 | - |
CMYK | 0 | 0.92 | 0 | 0.33 |
HSL | 300º | 0.86% | 0.36% | - |
HSV(B) | 300º | 0.92% | 0.67% | - |
XYZ | 24.6 | 12.04 | 40.06 | - |
YUV | 78.67 | 180.68 | 194.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 13 | 172 | 0 | 0.92 | 0 | 0.33 | 300 | 0.86 | 0.36 |
Hex | AC | D | AC | 0 | 5C | 0 | 21 | 12C | 56 | 24 |
Octal | 254 | 15 | 254 | 0 | 134 | 0 | 41 | 454 | 126 | 44 |
Binary | 10101100 | 1101 | 10101100 | 0 | 1011100 | 0 | 100001 | 100101100 | 1010110 | 100100 |
Color Harmonies of #AC0DAC
Complementary color
Monochromatic Colors of #AC0DAC
Black with #AC0DAC
Text Example
Text Example
White with #AC0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DAC; }
p { color: rgb(172,13,172); }
H1.HeaderClassName
{
color: #AC0DAC;
}
.AnyTagClassName
{
color: #AC0DAC;
}
</style>
background-color css
<style>
a { background-color: #AC0DAC; }
a { background-color: rgb(172,13,172); }
div.DivClassName
{
background-color: #AC0DAC;
}
.BgClassName
{
background-color: #AC0DAC;
}
</style>
border-color css
<style>
span { border-color: #AC0DAC; }
span { border-color: rgb(172,13,172); }
td.TdClassName
{
border-color: #AC0DAC;
}
.TagClassName
{
border-color: #AC0DAC;
}
</style>