Shades of Deep Magenta #AC10AD
Tints of Deep Magenta #AC10AD
RGB
CMYK
RGB Variations
Color information
#AC10AD (or 0xAC10AD) is known color: Deep Magenta. HEX triplet: AC, 10 and AD. RGB value is (172,16,173). Sum of RGB (Red+Green+Blue) = 172+16+173=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC10AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC10AD is #53EF52. Grayscale: #505050. Windows color (decimal): -5500755 or 11341996. OLE color: 11341996.
HSL color Cylindrical-coordinate representation of color #AC10AD: hue angle of 299.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC10AD is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 16 | 173 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.32 |
| HSL | 299.62º | 0.83% | 0.37% | - |
| HSV(B) | 299.62º | 0.91% | 0.68% | - |
| XYZ | 24.74 | 12.16 | 40.58 | - |
| YUV | 80.54 | 180.18 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 173 | 0.01 | 0.91 | 0 | 0.32 | 299.62 | 0.83 | 0.37 |
| Hex | AC | 10 | AD | 1 | 5B | 0 | 20 | 12C | 53 | 25 |
| Octal | 254 | 20 | 255 | 1 | 133 | 0 | 40 | 454 | 123 | 45 |
| Binary | 10101100 | 10000 | 10101101 | 1 | 1011011 | 0 | 100000 | 100101100 | 1010011 | 100101 |
Color Harmonies of #AC10AD
Complementary color
Monochromatic Colors of #AC10AD
Black with #AC10AD
Text Example
Text Example
White with #AC10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10AD; }
p { color: rgb(172,16,173); }
H1.HeaderClassName
{
color: #AC10AD;
}
.AnyTagClassName
{
color: #AC10AD;
}
</style>
background-color css
<style>
a { background-color: #AC10AD; }
a { background-color: rgb(172,16,173); }
div.DivClassName
{
background-color: #AC10AD;
}
.BgClassName
{
background-color: #AC10AD;
}
</style>
border-color css
<style>
span { border-color: #AC10AD; }
span { border-color: rgb(172,16,173); }
td.TdClassName
{
border-color: #AC10AD;
}
.TagClassName
{
border-color: #AC10AD;
}
</style>