Shades of Deep Magenta #AC17AC
Tints of Deep Magenta #AC17AC
RGB
CMYK
RGB Variations
Color information
#AC17AC (or 0xAC17AC) is known color: Deep Magenta. HEX triplet: AC, 17 and AC. RGB value is (172,23,172). Sum of RGB (Red+Green+Blue) = 172+23+172=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC17AC is #53E853. Grayscale: #545454. Windows color (decimal): -5498964 or 11278252. OLE color: 11278252.
HSL color Cylindrical-coordinate representation of color #AC17AC: hue angle of 300º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC17AC is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 23 | 172 | - |
CMYK | 0 | 0.87 | 0 | 0.33 |
HSL | 300º | 0.76% | 0.38% | - |
HSV(B) | 300º | 0.87% | 0.67% | - |
XYZ | 24.77 | 12.36 | 40.11 | - |
YUV | 84.54 | 177.36 | 190.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 23 | 172 | 0 | 0.87 | 0 | 0.33 | 300 | 0.76 | 0.38 |
Hex | AC | 17 | AC | 0 | 57 | 0 | 21 | 12C | 4C | 26 |
Octal | 254 | 27 | 254 | 0 | 127 | 0 | 41 | 454 | 114 | 46 |
Binary | 10101100 | 10111 | 10101100 | 0 | 1010111 | 0 | 100001 | 100101100 | 1001100 | 100110 |
Color Harmonies of #AC17AC
Complementary color
Monochromatic Colors of #AC17AC
Black with #AC17AC
Text Example
Text Example
White with #AC17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17AC; }
p { color: rgb(172,23,172); }
H1.HeaderClassName
{
color: #AC17AC;
}
.AnyTagClassName
{
color: #AC17AC;
}
</style>
background-color css
<style>
a { background-color: #AC17AC; }
a { background-color: rgb(172,23,172); }
div.DivClassName
{
background-color: #AC17AC;
}
.BgClassName
{
background-color: #AC17AC;
}
</style>
border-color css
<style>
span { border-color: #AC17AC; }
span { border-color: rgb(172,23,172); }
td.TdClassName
{
border-color: #AC17AC;
}
.TagClassName
{
border-color: #AC17AC;
}
</style>