Shades of Deep Magenta #AC10AF
Tints of Deep Magenta #AC10AF
RGB
CMYK
RGB Variations
Color information
#AC10AF (or 0xAC10AF) is known color: Deep Magenta. HEX triplet: AC, 10 and AF. RGB value is (172,16,175). Sum of RGB (Red+Green+Blue) = 172+16+175=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC10AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC10AF is #53EF50. Grayscale: #505050. Windows color (decimal): -5500753 or 11473068. OLE color: 11473068.
HSL color Cylindrical-coordinate representation of color #AC10AF: hue angle of 298.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC10AF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 16 | 175 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.31 |
| HSL | 298.87º | 0.83% | 0.37% | - |
| HSV(B) | 298.87º | 0.91% | 0.69% | - |
| XYZ | 24.94 | 12.24 | 41.61 | - |
| YUV | 80.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 175 | 0.02 | 0.91 | 0 | 0.31 | 298.87 | 0.83 | 0.37 |
| Hex | AC | 10 | AF | 2 | 5B | 0 | 1F | 12B | 53 | 25 |
| Octal | 254 | 20 | 257 | 2 | 133 | 0 | 37 | 453 | 123 | 45 |
| Binary | 10101100 | 10000 | 10101111 | 10 | 1011011 | 0 | 11111 | 100101011 | 1010011 | 100101 |
Color Harmonies of #AC10AF
Complementary color
Monochromatic Colors of #AC10AF
Black with #AC10AF
Text Example
Text Example
White with #AC10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10AF; }
p { color: rgb(172,16,175); }
H1.HeaderClassName
{
color: #AC10AF;
}
.AnyTagClassName
{
color: #AC10AF;
}
</style>
background-color css
<style>
a { background-color: #AC10AF; }
a { background-color: rgb(172,16,175); }
div.DivClassName
{
background-color: #AC10AF;
}
.BgClassName
{
background-color: #AC10AF;
}
</style>
border-color css
<style>
span { border-color: #AC10AF; }
span { border-color: rgb(172,16,175); }
td.TdClassName
{
border-color: #AC10AF;
}
.TagClassName
{
border-color: #AC10AF;
}
</style>