Shades of Deep Magenta #AC10B2
Tints of Deep Magenta #AC10B2
RGB
CMYK
RGB Variations
Color information
#AC10B2 (or 0xAC10B2) is known color: Deep Magenta. HEX triplet: AC, 10 and B2. RGB value is (172,16,178). Sum of RGB (Red+Green+Blue) = 172+16+178=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC10B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC10B2 is #53EF4D. Grayscale: #505050. Windows color (decimal): -5500750 or 11669676. OLE color: 11669676.
HSL color Cylindrical-coordinate representation of color #AC10B2: hue angle of 297.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC10B2 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 16 | 178 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.30 |
| HSL | 297.78º | 0.84% | 0.38% | - |
| HSV(B) | 297.78º | 0.91% | 0.7% | - |
| XYZ | 25.23 | 12.36 | 43.17 | - |
| YUV | 81.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 178 | 0.03 | 0.91 | 0 | 0.30 | 297.78 | 0.84 | 0.38 |
| Hex | AC | 10 | B2 | 3 | 5B | 0 | 1E | 12A | 54 | 26 |
| Octal | 254 | 20 | 262 | 3 | 133 | 0 | 36 | 452 | 124 | 46 |
| Binary | 10101100 | 10000 | 10110010 | 11 | 1011011 | 0 | 11110 | 100101010 | 1010100 | 100110 |
Color Harmonies of #AC10B2
Complementary color
Monochromatic Colors of #AC10B2
Black with #AC10B2
Text Example
Text Example
White with #AC10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10B2; }
p { color: rgb(172,16,178); }
H1.HeaderClassName
{
color: #AC10B2;
}
.AnyTagClassName
{
color: #AC10B2;
}
</style>
background-color css
<style>
a { background-color: #AC10B2; }
a { background-color: rgb(172,16,178); }
div.DivClassName
{
background-color: #AC10B2;
}
.BgClassName
{
background-color: #AC10B2;
}
</style>
border-color css
<style>
span { border-color: #AC10B2; }
span { border-color: rgb(172,16,178); }
td.TdClassName
{
border-color: #AC10B2;
}
.TagClassName
{
border-color: #AC10B2;
}
</style>