Shades of Deep Magenta #AC0AAF
Tints of Deep Magenta #AC0AAF
RGB
CMYK
RGB Variations
Color information
#AC0AAF (or 0xAC0AAF) is known color: Deep Magenta. HEX triplet: AC, 0A and AF. RGB value is (172,10,175). Sum of RGB (Red+Green+Blue) = 172+10+175=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC0AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AAF is #53F550. Grayscale: #4C4C4C. Windows color (decimal): -5502289 or 11471532. OLE color: 11471532.
HSL color Cylindrical-coordinate representation of color #AC0AAF: hue angle of 298.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0AAF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 10 | 175 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.31 |
| HSL | 298.91º | 0.89% | 0.36% | - |
| HSV(B) | 298.91º | 0.94% | 0.69% | - |
| XYZ | 24.86 | 12.08 | 41.58 | - |
| YUV | 77.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 175 | 0.02 | 0.94 | 0 | 0.31 | 298.91 | 0.89 | 0.36 |
| Hex | AC | A | AF | 2 | 5E | 0 | 1F | 12B | 59 | 24 |
| Octal | 254 | 12 | 257 | 2 | 136 | 0 | 37 | 453 | 131 | 44 |
| Binary | 10101100 | 1010 | 10101111 | 10 | 1011110 | 0 | 11111 | 100101011 | 1011001 | 100100 |
Color Harmonies of #AC0AAF
Complementary color
Monochromatic Colors of #AC0AAF
Black with #AC0AAF
Text Example
Text Example
White with #AC0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0AAF; }
p { color: rgb(172,10,175); }
H1.HeaderClassName
{
color: #AC0AAF;
}
.AnyTagClassName
{
color: #AC0AAF;
}
</style>
background-color css
<style>
a { background-color: #AC0AAF; }
a { background-color: rgb(172,10,175); }
div.DivClassName
{
background-color: #AC0AAF;
}
.BgClassName
{
background-color: #AC0AAF;
}
</style>
border-color css
<style>
span { border-color: #AC0AAF; }
span { border-color: rgb(172,10,175); }
td.TdClassName
{
border-color: #AC0AAF;
}
.TagClassName
{
border-color: #AC0AAF;
}
</style>