Shades of Deep Magenta #AC1AAC
Tints of Deep Magenta #AC1AAC
RGB
CMYK
RGB Variations
Color information
#AC1AAC (or 0xAC1AAC) is known color: Deep Magenta. HEX triplet: AC, 1A and AC. RGB value is (172,26,172). Sum of RGB (Red+Green+Blue) = 172+26+172=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AAC is #53E553. Grayscale: #555555. Windows color (decimal): -5498196 or 11279020. OLE color: 11279020.
HSL color Cylindrical-coordinate representation of color #AC1AAC: hue angle of 300º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1AAC is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 172 | - |
| CMYK | 0 | 0.85 | 0 | 0.33 |
| HSL | 300º | 0.74% | 0.39% | - |
| HSV(B) | 300º | 0.85% | 0.67% | - |
| XYZ | 24.83 | 12.49 | 40.13 | - |
| YUV | 86.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 172 | 0 | 0.85 | 0 | 0.33 | 300 | 0.74 | 0.39 |
| Hex | AC | 1A | AC | 0 | 55 | 0 | 21 | 12C | 4A | 27 |
| Octal | 254 | 32 | 254 | 0 | 125 | 0 | 41 | 454 | 112 | 47 |
| Binary | 10101100 | 11010 | 10101100 | 0 | 1010101 | 0 | 100001 | 100101100 | 1001010 | 100111 |
Color Harmonies of #AC1AAC
Complementary color
Monochromatic Colors of #AC1AAC
Black with #AC1AAC
Text Example
Text Example
White with #AC1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1AAC; }
p { color: rgb(172,26,172); }
H1.HeaderClassName
{
color: #AC1AAC;
}
.AnyTagClassName
{
color: #AC1AAC;
}
</style>
background-color css
<style>
a { background-color: #AC1AAC; }
a { background-color: rgb(172,26,172); }
div.DivClassName
{
background-color: #AC1AAC;
}
.BgClassName
{
background-color: #AC1AAC;
}
</style>
border-color css
<style>
span { border-color: #AC1AAC; }
span { border-color: rgb(172,26,172); }
td.TdClassName
{
border-color: #AC1AAC;
}
.TagClassName
{
border-color: #AC1AAC;
}
</style>