Shades of Deep Magenta #AC0DBA
Tints of Deep Magenta #AC0DBA
RGB
CMYK
RGB Variations
Color information
#AC0DBA (or 0xAC0DBA) is known color: Deep Magenta. HEX triplet: AC, 0D and BA. RGB value is (172,13,186). Sum of RGB (Red+Green+Blue) = 172+13+186=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC0DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DBA is #53F245. Grayscale: #4F4F4F. Windows color (decimal): -5501510 or 12193196. OLE color: 12193196.
HSL color Cylindrical-coordinate representation of color #AC0DBA: hue angle of 295.14º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0DBA is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 13 | 186 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.27 |
| HSL | 295.14º | 0.87% | 0.39% | - |
| HSV(B) | 295.14º | 0.93% | 0.73% | - |
| XYZ | 26.02 | 12.6 | 47.52 | - |
| YUV | 80.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 186 | 0.08 | 0.93 | 0 | 0.27 | 295.14 | 0.87 | 0.39 |
| Hex | AC | D | BA | 8 | 5D | 0 | 1B | 127 | 57 | 27 |
| Octal | 254 | 15 | 272 | 10 | 135 | 0 | 33 | 447 | 127 | 47 |
| Binary | 10101100 | 1101 | 10111010 | 1000 | 1011101 | 0 | 11011 | 100100111 | 1010111 | 100111 |
Color Harmonies of #AC0DBA
Complementary color
Monochromatic Colors of #AC0DBA
Black with #AC0DBA
Text Example
Text Example
White with #AC0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DBA; }
p { color: rgb(172,13,186); }
H1.HeaderClassName
{
color: #AC0DBA;
}
.AnyTagClassName
{
color: #AC0DBA;
}
</style>
background-color css
<style>
a { background-color: #AC0DBA; }
a { background-color: rgb(172,13,186); }
div.DivClassName
{
background-color: #AC0DBA;
}
.BgClassName
{
background-color: #AC0DBA;
}
</style>
border-color css
<style>
span { border-color: #AC0DBA; }
span { border-color: rgb(172,13,186); }
td.TdClassName
{
border-color: #AC0DBA;
}
.TagClassName
{
border-color: #AC0DBA;
}
</style>