Shades of Deep Magenta #AC05BA
Tints of Deep Magenta #AC05BA
RGB
CMYK
RGB Variations
Color information
#AC05BA (or 0xAC05BA) is known color: Deep Magenta. HEX triplet: AC, 05 and BA. RGB value is (172,5,186). Sum of RGB (Red+Green+Blue) = 172+5+186=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05BA is #53FA45. Grayscale: #4B4B4B. Windows color (decimal): -5503558 or 12191148. OLE color: 12191148.
HSL color Cylindrical-coordinate representation of color #AC05BA: hue angle of 295.36º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC05BA is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 5 | 186 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.27 |
| HSL | 295.36º | 0.95% | 0.37% | - |
| HSV(B) | 295.36º | 0.97% | 0.73% | - |
| XYZ | 25.93 | 12.42 | 47.49 | - |
| YUV | 75.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 186 | 0.08 | 0.97 | 0 | 0.27 | 295.36 | 0.95 | 0.37 |
| Hex | AC | 5 | BA | 8 | 61 | 0 | 1B | 127 | 5F | 25 |
| Octal | 254 | 5 | 272 | 10 | 141 | 0 | 33 | 447 | 137 | 45 |
| Binary | 10101100 | 101 | 10111010 | 1000 | 1100001 | 0 | 11011 | 100100111 | 1011111 | 100101 |
Color Harmonies of #AC05BA
Complementary color
Monochromatic Colors of #AC05BA
Black with #AC05BA
Text Example
Text Example
White with #AC05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05BA; }
p { color: rgb(172,5,186); }
H1.HeaderClassName
{
color: #AC05BA;
}
.AnyTagClassName
{
color: #AC05BA;
}
</style>
background-color css
<style>
a { background-color: #AC05BA; }
a { background-color: rgb(172,5,186); }
div.DivClassName
{
background-color: #AC05BA;
}
.BgClassName
{
background-color: #AC05BA;
}
</style>
border-color css
<style>
span { border-color: #AC05BA; }
span { border-color: rgb(172,5,186); }
td.TdClassName
{
border-color: #AC05BA;
}
.TagClassName
{
border-color: #AC05BA;
}
</style>