Shades of Deep Magenta #AC13BD
Tints of Deep Magenta #AC13BD
RGB
CMYK
RGB Variations
Color information
#AC13BD (or 0xAC13BD) is known color: Deep Magenta. HEX triplet: AC, 13 and BD. RGB value is (172,19,189). Sum of RGB (Red+Green+Blue) = 172+19+189=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC13BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13BD is #53EC42. Grayscale: #535353. Windows color (decimal): -5499971 or 12391340. OLE color: 12391340.
HSL color Cylindrical-coordinate representation of color #AC13BD: hue angle of 294º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC13BD is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 19 | 189 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.26 |
| HSL | 294º | 0.82% | 0.41% | - |
| HSV(B) | 294º | 0.9% | 0.74% | - |
| XYZ | 26.43 | 12.91 | 49.24 | - |
| YUV | 84.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 189 | 0.09 | 0.90 | 0 | 0.26 | 294 | 0.82 | 0.41 |
| Hex | AC | 13 | BD | 9 | 5A | 0 | 1A | 126 | 52 | 29 |
| Octal | 254 | 23 | 275 | 11 | 132 | 0 | 32 | 446 | 122 | 51 |
| Binary | 10101100 | 10011 | 10111101 | 1001 | 1011010 | 0 | 11010 | 100100110 | 1010010 | 101001 |
Color Harmonies of #AC13BD
Complementary color
Monochromatic Colors of #AC13BD
Black with #AC13BD
Text Example
Text Example
White with #AC13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13BD; }
p { color: rgb(172,19,189); }
H1.HeaderClassName
{
color: #AC13BD;
}
.AnyTagClassName
{
color: #AC13BD;
}
</style>
background-color css
<style>
a { background-color: #AC13BD; }
a { background-color: rgb(172,19,189); }
div.DivClassName
{
background-color: #AC13BD;
}
.BgClassName
{
background-color: #AC13BD;
}
</style>
border-color css
<style>
span { border-color: #AC13BD; }
span { border-color: rgb(172,19,189); }
td.TdClassName
{
border-color: #AC13BD;
}
.TagClassName
{
border-color: #AC13BD;
}
</style>