Shades of Deep Magenta #AC10B8
Tints of Deep Magenta #AC10B8
RGB
CMYK
RGB Variations
Color information
#AC10B8 (or 0xAC10B8) is known color: Deep Magenta. HEX triplet: AC, 10 and B8. RGB value is (172,16,184). Sum of RGB (Red+Green+Blue) = 172+16+184=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC10B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10B8 is #53EF47. Grayscale: #515151. Windows color (decimal): -5500744 or 12062892. OLE color: 12062892.
HSL color Cylindrical-coordinate representation of color #AC10B8: hue angle of 295.71º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC10B8 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 16 | 184 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.28 |
| HSL | 295.71º | 0.84% | 0.39% | - |
| HSV(B) | 295.71º | 0.91% | 0.72% | - |
| XYZ | 25.85 | 12.6 | 46.42 | - |
| YUV | 81.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 184 | 0.07 | 0.91 | 0 | 0.28 | 295.71 | 0.84 | 0.39 |
| Hex | AC | 10 | B8 | 7 | 5B | 0 | 1C | 128 | 54 | 27 |
| Octal | 254 | 20 | 270 | 7 | 133 | 0 | 34 | 450 | 124 | 47 |
| Binary | 10101100 | 10000 | 10111000 | 111 | 1011011 | 0 | 11100 | 100101000 | 1010100 | 100111 |
Color Harmonies of #AC10B8
Complementary color
Monochromatic Colors of #AC10B8
Black with #AC10B8
Text Example
Text Example
White with #AC10B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10B8; }
p { color: rgb(172,16,184); }
H1.HeaderClassName
{
color: #AC10B8;
}
.AnyTagClassName
{
color: #AC10B8;
}
</style>
background-color css
<style>
a { background-color: #AC10B8; }
a { background-color: rgb(172,16,184); }
div.DivClassName
{
background-color: #AC10B8;
}
.BgClassName
{
background-color: #AC10B8;
}
</style>
border-color css
<style>
span { border-color: #AC10B8; }
span { border-color: rgb(172,16,184); }
td.TdClassName
{
border-color: #AC10B8;
}
.TagClassName
{
border-color: #AC10B8;
}
</style>