Shades of Dark Magenta #AC149E
Tints of Dark Magenta #AC149E
RGB
CMYK
RGB Variations
Color information
#AC149E (or 0xAC149E) is known color: Dark Magenta. HEX triplet: AC, 14 and 9E. RGB value is (172,20,158). Sum of RGB (Red+Green+Blue) = 172+20+158=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC149E is #53EB61. Grayscale: #505050. Windows color (decimal): -5499746 or 10359980. OLE color: 10359980.
HSL color Cylindrical-coordinate representation of color #AC149E: hue angle of 305.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC149E is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 158 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.33 |
| HSL | 305.53º | 0.79% | 0.38% | - |
| HSV(B) | 305.53º | 0.88% | 0.67% | - |
| XYZ | 23.43 | 11.74 | 33.38 | - |
| YUV | 81.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 158 | 0 | 0.88 | 0.08 | 0.33 | 305.53 | 0.79 | 0.38 |
| Hex | AC | 14 | 9E | 0 | 58 | 8 | 21 | 132 | 4F | 26 |
| Octal | 254 | 24 | 236 | 0 | 130 | 10 | 41 | 462 | 117 | 46 |
| Binary | 10101100 | 10100 | 10011110 | 0 | 1011000 | 1000 | 100001 | 100110010 | 1001111 | 100110 |
Color Harmonies of #AC149E
Complementary color
Monochromatic Colors of #AC149E
Black with #AC149E
Text Example
Text Example
White with #AC149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC149E; }
p { color: rgb(172,20,158); }
H1.HeaderClassName
{
color: #AC149E;
}
.AnyTagClassName
{
color: #AC149E;
}
</style>
background-color css
<style>
a { background-color: #AC149E; }
a { background-color: rgb(172,20,158); }
div.DivClassName
{
background-color: #AC149E;
}
.BgClassName
{
background-color: #AC149E;
}
</style>
border-color css
<style>
span { border-color: #AC149E; }
span { border-color: rgb(172,20,158); }
td.TdClassName
{
border-color: #AC149E;
}
.TagClassName
{
border-color: #AC149E;
}
</style>