Shades of Deep Magenta #AC0DB8
Tints of Deep Magenta #AC0DB8
RGB
CMYK
RGB Variations
Color information
#AC0DB8 (or 0xAC0DB8) is known color: Deep Magenta. HEX triplet: AC, 0D and B8. RGB value is (172,13,184). Sum of RGB (Red+Green+Blue) = 172+13+184=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC0DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DB8 is #53F247. Grayscale: #4F4F4F. Windows color (decimal): -5501512 or 12062124. OLE color: 12062124.
HSL color Cylindrical-coordinate representation of color #AC0DB8: hue angle of 295.79º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0DB8 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 13 | 184 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.28 |
| HSL | 295.79º | 0.87% | 0.39% | - |
| HSV(B) | 295.79º | 0.93% | 0.72% | - |
| XYZ | 25.81 | 12.52 | 46.4 | - |
| YUV | 80.04 | 186.68 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 184 | 0.07 | 0.93 | 0 | 0.28 | 295.79 | 0.87 | 0.39 |
| Hex | AC | D | B8 | 7 | 5D | 0 | 1C | 128 | 57 | 27 |
| Octal | 254 | 15 | 270 | 7 | 135 | 0 | 34 | 450 | 127 | 47 |
| Binary | 10101100 | 1101 | 10111000 | 111 | 1011101 | 0 | 11100 | 100101000 | 1010111 | 100111 |
Color Harmonies of #AC0DB8
Complementary color
Monochromatic Colors of #AC0DB8
Black with #AC0DB8
Text Example
Text Example
White with #AC0DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DB8; }
p { color: rgb(172,13,184); }
H1.HeaderClassName
{
color: #AC0DB8;
}
.AnyTagClassName
{
color: #AC0DB8;
}
</style>
background-color css
<style>
a { background-color: #AC0DB8; }
a { background-color: rgb(172,13,184); }
div.DivClassName
{
background-color: #AC0DB8;
}
.BgClassName
{
background-color: #AC0DB8;
}
</style>
border-color css
<style>
span { border-color: #AC0DB8; }
span { border-color: rgb(172,13,184); }
td.TdClassName
{
border-color: #AC0DB8;
}
.TagClassName
{
border-color: #AC0DB8;
}
</style>