Shades of Deep Magenta #AC14BA
Tints of Deep Magenta #AC14BA
RGB
CMYK
RGB Variations
Color information
#AC14BA (or 0xAC14BA) is known color: Deep Magenta. HEX triplet: AC, 14 and BA. RGB value is (172,20,186). Sum of RGB (Red+Green+Blue) = 172+20+186=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14BA is #53EB45. Grayscale: #535353. Windows color (decimal): -5499718 or 12194988. OLE color: 12194988.
HSL color Cylindrical-coordinate representation of color #AC14BA: hue angle of 294.94º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC14BA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 20 | 186 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.27 |
| HSL | 294.94º | 0.81% | 0.4% | - |
| HSV(B) | 294.94º | 0.89% | 0.73% | - |
| XYZ | 26.13 | 12.82 | 47.55 | - |
| YUV | 84.37 | 185.36 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 186 | 0.08 | 0.89 | 0 | 0.27 | 294.94 | 0.81 | 0.4 |
| Hex | AC | 14 | BA | 8 | 59 | 0 | 1B | 127 | 51 | 28 |
| Octal | 254 | 24 | 272 | 10 | 131 | 0 | 33 | 447 | 121 | 50 |
| Binary | 10101100 | 10100 | 10111010 | 1000 | 1011001 | 0 | 11011 | 100100111 | 1010001 | 101000 |
Color Harmonies of #AC14BA
Complementary color
Monochromatic Colors of #AC14BA
Black with #AC14BA
Text Example
Text Example
White with #AC14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14BA; }
p { color: rgb(172,20,186); }
H1.HeaderClassName
{
color: #AC14BA;
}
.AnyTagClassName
{
color: #AC14BA;
}
</style>
background-color css
<style>
a { background-color: #AC14BA; }
a { background-color: rgb(172,20,186); }
div.DivClassName
{
background-color: #AC14BA;
}
.BgClassName
{
background-color: #AC14BA;
}
</style>
border-color css
<style>
span { border-color: #AC14BA; }
span { border-color: rgb(172,20,186); }
td.TdClassName
{
border-color: #AC14BA;
}
.TagClassName
{
border-color: #AC14BA;
}
</style>