Shades of Deep Magenta #AC17B3
Tints of Deep Magenta #AC17B3
RGB
CMYK
RGB Variations
Color information
#AC17B3 (or 0xAC17B3) is known color: Deep Magenta. HEX triplet: AC, 17 and B3. RGB value is (172,23,179). Sum of RGB (Red+Green+Blue) = 172+23+179=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC17B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17B3 is #53E84C. Grayscale: #545454. Windows color (decimal): -5498957 or 11737004. OLE color: 11737004.
HSL color Cylindrical-coordinate representation of color #AC17B3: hue angle of 297.31º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC17B3 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 23 | 179 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.30 |
| HSL | 297.31º | 0.77% | 0.4% | - |
| HSV(B) | 297.31º | 0.87% | 0.7% | - |
| XYZ | 25.46 | 12.64 | 43.75 | - |
| YUV | 85.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 179 | 0.04 | 0.87 | 0 | 0.30 | 297.31 | 0.77 | 0.4 |
| Hex | AC | 17 | B3 | 4 | 57 | 0 | 1E | 129 | 4D | 28 |
| Octal | 254 | 27 | 263 | 4 | 127 | 0 | 36 | 451 | 115 | 50 |
| Binary | 10101100 | 10111 | 10110011 | 100 | 1010111 | 0 | 11110 | 100101001 | 1001101 | 101000 |
Color Harmonies of #AC17B3
Complementary color
Monochromatic Colors of #AC17B3
Black with #AC17B3
Text Example
Text Example
White with #AC17B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17B3; }
p { color: rgb(172,23,179); }
H1.HeaderClassName
{
color: #AC17B3;
}
.AnyTagClassName
{
color: #AC17B3;
}
</style>
background-color css
<style>
a { background-color: #AC17B3; }
a { background-color: rgb(172,23,179); }
div.DivClassName
{
background-color: #AC17B3;
}
.BgClassName
{
background-color: #AC17B3;
}
</style>
border-color css
<style>
span { border-color: #AC17B3; }
span { border-color: rgb(172,23,179); }
td.TdClassName
{
border-color: #AC17B3;
}
.TagClassName
{
border-color: #AC17B3;
}
</style>