Shades of Deep Magenta #AC00BA
Tints of Deep Magenta #AC00BA
RGB
CMYK
RGB Variations
Color information
#AC00BA (or 0xAC00BA) is known color: Deep Magenta. HEX triplet: AC, 00 and BA. RGB value is (172,0,186). Sum of RGB (Red+Green+Blue) = 172+0+186=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00BA is #53FF45. Grayscale: #484848. Windows color (decimal): -5504838 or 12189868. OLE color: 12189868.
HSL color Cylindrical-coordinate representation of color #AC00BA: hue angle of 295.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00BA is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 0 | 186 | - |
| CMYK | 0.08 | 1 | 0 | 0.27 |
| HSL | 295.48º | 1% | 0.36% | - |
| HSV(B) | 295.48º | 1% | 0.73% | - |
| XYZ | 25.88 | 12.32 | 47.47 | - |
| YUV | 72.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 186 | 0.08 | 1 | 0 | 0.27 | 295.48 | 1 | 0.36 |
| Hex | AC | 0 | BA | 8 | 64 | 0 | 1B | 127 | 64 | 24 |
| Octal | 254 | 0 | 272 | 10 | 144 | 0 | 33 | 447 | 144 | 44 |
| Binary | 10101100 | 0 | 10111010 | 1000 | 1100100 | 0 | 11011 | 100100111 | 1100100 | 100100 |
Color Harmonies of #AC00BA
Complementary color
Monochromatic Colors of #AC00BA
Black with #AC00BA
Text Example
Text Example
White with #AC00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00BA; }
p { color: rgb(172,0,186); }
H1.HeaderClassName
{
color: #AC00BA;
}
.AnyTagClassName
{
color: #AC00BA;
}
</style>
background-color css
<style>
a { background-color: #AC00BA; }
a { background-color: rgb(172,0,186); }
div.DivClassName
{
background-color: #AC00BA;
}
.BgClassName
{
background-color: #AC00BA;
}
</style>
border-color css
<style>
span { border-color: #AC00BA; }
span { border-color: rgb(172,0,186); }
td.TdClassName
{
border-color: #AC00BA;
}
.TagClassName
{
border-color: #AC00BA;
}
</style>