Shades of Deep Magenta #AC10AB
Tints of Deep Magenta #AC10AB
RGB
CMYK
RGB Variations
Color information
#AC10AB (or 0xAC10AB) is known color: Deep Magenta. HEX triplet: AC, 10 and AB. RGB value is (172,16,171). Sum of RGB (Red+Green+Blue) = 172+16+171=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC10AB is #53EF54. Grayscale: #4F4F4F. Windows color (decimal): -5500757 or 11210924. OLE color: 11210924.
HSL color Cylindrical-coordinate representation of color #AC10AB: hue angle of 300.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC10AB is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 171 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.33 |
| HSL | 300.38º | 0.83% | 0.37% | - |
| HSV(B) | 300.38º | 0.91% | 0.67% | - |
| XYZ | 24.55 | 12.08 | 39.57 | - |
| YUV | 80.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 171 | 0 | 0.91 | 0.01 | 0.33 | 300.38 | 0.83 | 0.37 |
| Hex | AC | 10 | AB | 0 | 5B | 1 | 21 | 12C | 53 | 25 |
| Octal | 254 | 20 | 253 | 0 | 133 | 1 | 41 | 454 | 123 | 45 |
| Binary | 10101100 | 10000 | 10101011 | 0 | 1011011 | 1 | 100001 | 100101100 | 1010011 | 100101 |
Color Harmonies of #AC10AB
Complementary color
Monochromatic Colors of #AC10AB
Black with #AC10AB
Text Example
Text Example
White with #AC10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10AB; }
p { color: rgb(172,16,171); }
H1.HeaderClassName
{
color: #AC10AB;
}
.AnyTagClassName
{
color: #AC10AB;
}
</style>
background-color css
<style>
a { background-color: #AC10AB; }
a { background-color: rgb(172,16,171); }
div.DivClassName
{
background-color: #AC10AB;
}
.BgClassName
{
background-color: #AC10AB;
}
</style>
border-color css
<style>
span { border-color: #AC10AB; }
span { border-color: rgb(172,16,171); }
td.TdClassName
{
border-color: #AC10AB;
}
.TagClassName
{
border-color: #AC10AB;
}
</style>