Shades of Deep Magenta #AC00AC
Tints of Deep Magenta #AC00AC
RGB
CMYK
RGB Variations
Color information
#AC00AC (or 0xAC00AC) is known color: Deep Magenta. HEX triplet: AC, 00 and AC. RGB value is (172,0,172). Sum of RGB (Red+Green+Blue) = 172+0+172=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC00AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00AC is #53FF53. Grayscale: #464646. Windows color (decimal): -5504852 or 11272364. OLE color: 11272364.
HSL color Cylindrical-coordinate representation of color #AC00AC: hue angle of 300º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00AC is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 0 | 172 | - |
CMYK | 0 | 1 | 0 | 0.33 |
HSL | 300º | 1% | 0.34% | - |
HSV(B) | 300º | 1% | 0.67% | - |
XYZ | 24.46 | 11.75 | 40.01 | - |
YUV | 71.04 | 184.98 | 200.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 0 | 172 | 0 | 1 | 0 | 0.33 | 300 | 1 | 0.34 |
Hex | AC | 0 | AC | 0 | 64 | 0 | 21 | 12C | 64 | 22 |
Octal | 254 | 0 | 254 | 0 | 144 | 0 | 41 | 454 | 144 | 42 |
Binary | 10101100 | 0 | 10101100 | 0 | 1100100 | 0 | 100001 | 100101100 | 1100100 | 100010 |
Color Harmonies of #AC00AC
Complementary color
Monochromatic Colors of #AC00AC
Black with #AC00AC
Text Example
Text Example
White with #AC00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00AC; }
p { color: rgb(172,0,172); }
H1.HeaderClassName
{
color: #AC00AC;
}
.AnyTagClassName
{
color: #AC00AC;
}
</style>
background-color css
<style>
a { background-color: #AC00AC; }
a { background-color: rgb(172,0,172); }
div.DivClassName
{
background-color: #AC00AC;
}
.BgClassName
{
background-color: #AC00AC;
}
</style>
border-color css
<style>
span { border-color: #AC00AC; }
span { border-color: rgb(172,0,172); }
td.TdClassName
{
border-color: #AC00AC;
}
.TagClassName
{
border-color: #AC00AC;
}
</style>