Shades of Dark Magenta #AC1CA6
Tints of Dark Magenta #AC1CA6
RGB
CMYK
RGB Variations
Color information
#AC1CA6 (or 0xAC1CA6) is known color: Dark Magenta. HEX triplet: AC, 1C and A6. RGB value is (172,28,166). Sum of RGB (Red+Green+Blue) = 172+28+166=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CA6 is #53E359. Grayscale: #565656. Windows color (decimal): -5497690 or 10886316. OLE color: 10886316.
HSL color Cylindrical-coordinate representation of color #AC1CA6: hue angle of 302.5º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1CA6 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 166 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.33 |
| HSL | 302.5º | 0.72% | 0.39% | - |
| HSV(B) | 302.5º | 0.84% | 0.67% | - |
| XYZ | 24.31 | 12.35 | 37.18 | - |
| YUV | 86.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 166 | 0 | 0.84 | 0.03 | 0.33 | 302.5 | 0.72 | 0.39 |
| Hex | AC | 1C | A6 | 0 | 54 | 3 | 21 | 12E | 48 | 27 |
| Octal | 254 | 34 | 246 | 0 | 124 | 3 | 41 | 456 | 110 | 47 |
| Binary | 10101100 | 11100 | 10100110 | 0 | 1010100 | 11 | 100001 | 100101110 | 1001000 | 100111 |
Color Harmonies of #AC1CA6
Complementary color
Monochromatic Colors of #AC1CA6
Black with #AC1CA6
Text Example
Text Example
White with #AC1CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CA6; }
p { color: rgb(172,28,166); }
H1.HeaderClassName
{
color: #AC1CA6;
}
.AnyTagClassName
{
color: #AC1CA6;
}
</style>
background-color css
<style>
a { background-color: #AC1CA6; }
a { background-color: rgb(172,28,166); }
div.DivClassName
{
background-color: #AC1CA6;
}
.BgClassName
{
background-color: #AC1CA6;
}
</style>
border-color css
<style>
span { border-color: #AC1CA6; }
span { border-color: rgb(172,28,166); }
td.TdClassName
{
border-color: #AC1CA6;
}
.TagClassName
{
border-color: #AC1CA6;
}
</style>