Shades of Deep Magenta #AC14B9
Tints of Deep Magenta #AC14B9
RGB
CMYK
RGB Variations
Color information
#AC14B9 (or 0xAC14B9) is known color: Deep Magenta. HEX triplet: AC, 14 and B9. RGB value is (172,20,185). Sum of RGB (Red+Green+Blue) = 172+20+185=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC14B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14B9 is #53EB46. Grayscale: #535353. Windows color (decimal): -5499719 or 12129452. OLE color: 12129452.
HSL color Cylindrical-coordinate representation of color #AC14B9: hue angle of 295.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC14B9 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 20 | 185 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.27 |
| HSL | 295.27º | 0.8% | 0.4% | - |
| HSV(B) | 295.27º | 0.89% | 0.73% | - |
| XYZ | 26.02 | 12.77 | 46.99 | - |
| YUV | 84.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 185 | 0.07 | 0.89 | 0 | 0.27 | 295.27 | 0.8 | 0.4 |
| Hex | AC | 14 | B9 | 7 | 59 | 0 | 1B | 127 | 50 | 28 |
| Octal | 254 | 24 | 271 | 7 | 131 | 0 | 33 | 447 | 120 | 50 |
| Binary | 10101100 | 10100 | 10111001 | 111 | 1011001 | 0 | 11011 | 100100111 | 1010000 | 101000 |
Color Harmonies of #AC14B9
Complementary color
Monochromatic Colors of #AC14B9
Black with #AC14B9
Text Example
Text Example
White with #AC14B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14B9; }
p { color: rgb(172,20,185); }
H1.HeaderClassName
{
color: #AC14B9;
}
.AnyTagClassName
{
color: #AC14B9;
}
</style>
background-color css
<style>
a { background-color: #AC14B9; }
a { background-color: rgb(172,20,185); }
div.DivClassName
{
background-color: #AC14B9;
}
.BgClassName
{
background-color: #AC14B9;
}
</style>
border-color css
<style>
span { border-color: #AC14B9; }
span { border-color: rgb(172,20,185); }
td.TdClassName
{
border-color: #AC14B9;
}
.TagClassName
{
border-color: #AC14B9;
}
</style>