Shades of Deep Magenta #AC14BB
Tints of Deep Magenta #AC14BB
RGB
CMYK
RGB Variations
Color information
#AC14BB (or 0xAC14BB) is known color: Deep Magenta. HEX triplet: AC, 14 and BB. RGB value is (172,20,187). Sum of RGB (Red+Green+Blue) = 172+20+187=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC14BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14BB is #53EB44. Grayscale: #535353. Windows color (decimal): -5499717 or 12260524. OLE color: 12260524.
HSL color Cylindrical-coordinate representation of color #AC14BB: hue angle of 294.61º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC14BB is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 20 | 187 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.27 |
| HSL | 294.61º | 0.81% | 0.41% | - |
| HSV(B) | 294.61º | 0.89% | 0.73% | - |
| XYZ | 26.23 | 12.86 | 48.11 | - |
| YUV | 84.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 187 | 0.08 | 0.89 | 0 | 0.27 | 294.61 | 0.81 | 0.41 |
| Hex | AC | 14 | BB | 8 | 59 | 0 | 1B | 127 | 51 | 29 |
| Octal | 254 | 24 | 273 | 10 | 131 | 0 | 33 | 447 | 121 | 51 |
| Binary | 10101100 | 10100 | 10111011 | 1000 | 1011001 | 0 | 11011 | 100100111 | 1010001 | 101001 |
Color Harmonies of #AC14BB
Complementary color
Monochromatic Colors of #AC14BB
Black with #AC14BB
Text Example
Text Example
White with #AC14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14BB; }
p { color: rgb(172,20,187); }
H1.HeaderClassName
{
color: #AC14BB;
}
.AnyTagClassName
{
color: #AC14BB;
}
</style>
background-color css
<style>
a { background-color: #AC14BB; }
a { background-color: rgb(172,20,187); }
div.DivClassName
{
background-color: #AC14BB;
}
.BgClassName
{
background-color: #AC14BB;
}
</style>
border-color css
<style>
span { border-color: #AC14BB; }
span { border-color: rgb(172,20,187); }
td.TdClassName
{
border-color: #AC14BB;
}
.TagClassName
{
border-color: #AC14BB;
}
</style>