Shades of Deep Magenta #AC10BA
Tints of Deep Magenta #AC10BA
RGB
CMYK
RGB Variations
Color information
#AC10BA (or 0xAC10BA) is known color: Deep Magenta. HEX triplet: AC, 10 and BA. RGB value is (172,16,186). Sum of RGB (Red+Green+Blue) = 172+16+186=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC10BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10BA is #53EF45. Grayscale: #515151. Windows color (decimal): -5500742 or 12193964. OLE color: 12193964.
HSL color Cylindrical-coordinate representation of color #AC10BA: hue angle of 295.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC10BA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 16 | 186 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.27 |
| HSL | 295.06º | 0.84% | 0.4% | - |
| HSV(B) | 295.06º | 0.91% | 0.73% | - |
| XYZ | 26.06 | 12.69 | 47.53 | - |
| YUV | 82.02 | 186.68 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 186 | 0.08 | 0.91 | 0 | 0.27 | 295.06 | 0.84 | 0.4 |
| Hex | AC | 10 | BA | 8 | 5B | 0 | 1B | 127 | 54 | 28 |
| Octal | 254 | 20 | 272 | 10 | 133 | 0 | 33 | 447 | 124 | 50 |
| Binary | 10101100 | 10000 | 10111010 | 1000 | 1011011 | 0 | 11011 | 100100111 | 1010100 | 101000 |
Color Harmonies of #AC10BA
Complementary color
Monochromatic Colors of #AC10BA
Black with #AC10BA
Text Example
Text Example
White with #AC10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10BA; }
p { color: rgb(172,16,186); }
H1.HeaderClassName
{
color: #AC10BA;
}
.AnyTagClassName
{
color: #AC10BA;
}
</style>
background-color css
<style>
a { background-color: #AC10BA; }
a { background-color: rgb(172,16,186); }
div.DivClassName
{
background-color: #AC10BA;
}
.BgClassName
{
background-color: #AC10BA;
}
</style>
border-color css
<style>
span { border-color: #AC10BA; }
span { border-color: rgb(172,16,186); }
td.TdClassName
{
border-color: #AC10BA;
}
.TagClassName
{
border-color: #AC10BA;
}
</style>