Shades of Deep Magenta #AC15BC
Tints of Deep Magenta #AC15BC
RGB
CMYK
RGB Variations
Color information
#AC15BC (or 0xAC15BC) is known color: Deep Magenta. HEX triplet: AC, 15 and BC. RGB value is (172,21,188). Sum of RGB (Red+Green+Blue) = 172+21+188=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC15BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15BC is #53EA43. Grayscale: #545454. Windows color (decimal): -5499460 or 12326316. OLE color: 12326316.
HSL color Cylindrical-coordinate representation of color #AC15BC: hue angle of 294.25º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC15BC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 21 | 188 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.26 |
| HSL | 294.25º | 0.8% | 0.41% | - |
| HSV(B) | 294.25º | 0.89% | 0.74% | - |
| XYZ | 26.36 | 12.94 | 48.68 | - |
| YUV | 85.19 | 186.03 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 188 | 0.09 | 0.89 | 0 | 0.26 | 294.25 | 0.8 | 0.41 |
| Hex | AC | 15 | BC | 9 | 59 | 0 | 1A | 126 | 50 | 29 |
| Octal | 254 | 25 | 274 | 11 | 131 | 0 | 32 | 446 | 120 | 51 |
| Binary | 10101100 | 10101 | 10111100 | 1001 | 1011001 | 0 | 11010 | 100100110 | 1010000 | 101001 |
Color Harmonies of #AC15BC
Complementary color
Monochromatic Colors of #AC15BC
Black with #AC15BC
Text Example
Text Example
White with #AC15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15BC; }
p { color: rgb(172,21,188); }
H1.HeaderClassName
{
color: #AC15BC;
}
.AnyTagClassName
{
color: #AC15BC;
}
</style>
background-color css
<style>
a { background-color: #AC15BC; }
a { background-color: rgb(172,21,188); }
div.DivClassName
{
background-color: #AC15BC;
}
.BgClassName
{
background-color: #AC15BC;
}
</style>
border-color css
<style>
span { border-color: #AC15BC; }
span { border-color: rgb(172,21,188); }
td.TdClassName
{
border-color: #AC15BC;
}
.TagClassName
{
border-color: #AC15BC;
}
</style>