Shades of Deep Magenta #AC10BD
Tints of Deep Magenta #AC10BD
RGB
CMYK
RGB Variations
Color information
#AC10BD (or 0xAC10BD) is known color: Deep Magenta. HEX triplet: AC, 10 and BD. RGB value is (172,16,189). Sum of RGB (Red+Green+Blue) = 172+16+189=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC10BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10BD is #53EF42. Grayscale: #515151. Windows color (decimal): -5500739 or 12390572. OLE color: 12390572.
HSL color Cylindrical-coordinate representation of color #AC10BD: hue angle of 294.1º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC10BD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 16 | 189 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.26 |
| HSL | 294.1º | 0.84% | 0.4% | - |
| HSV(B) | 294.1º | 0.92% | 0.74% | - |
| XYZ | 26.38 | 12.82 | 49.23 | - |
| YUV | 82.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 189 | 0.09 | 0.92 | 0 | 0.26 | 294.1 | 0.84 | 0.4 |
| Hex | AC | 10 | BD | 9 | 5C | 0 | 1A | 126 | 54 | 28 |
| Octal | 254 | 20 | 275 | 11 | 134 | 0 | 32 | 446 | 124 | 50 |
| Binary | 10101100 | 10000 | 10111101 | 1001 | 1011100 | 0 | 11010 | 100100110 | 1010100 | 101000 |
Color Harmonies of #AC10BD
Complementary color
Monochromatic Colors of #AC10BD
Black with #AC10BD
Text Example
Text Example
White with #AC10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10BD; }
p { color: rgb(172,16,189); }
H1.HeaderClassName
{
color: #AC10BD;
}
.AnyTagClassName
{
color: #AC10BD;
}
</style>
background-color css
<style>
a { background-color: #AC10BD; }
a { background-color: rgb(172,16,189); }
div.DivClassName
{
background-color: #AC10BD;
}
.BgClassName
{
background-color: #AC10BD;
}
</style>
border-color css
<style>
span { border-color: #AC10BD; }
span { border-color: rgb(172,16,189); }
td.TdClassName
{
border-color: #AC10BD;
}
.TagClassName
{
border-color: #AC10BD;
}
</style>