Shades of Dark Magenta #AC14A3
Tints of Dark Magenta #AC14A3
RGB
CMYK
RGB Variations
Color information
#AC14A3 (or 0xAC14A3) is known color: Dark Magenta. HEX triplet: AC, 14 and A3. RGB value is (172,20,163). Sum of RGB (Red+Green+Blue) = 172+20+163=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC14A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC14A3 is #53EB5C. Grayscale: #515151. Windows color (decimal): -5499741 or 10687660. OLE color: 10687660.
HSL color Cylindrical-coordinate representation of color #AC14A3: hue angle of 303.55º 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 #AC14A3 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 163 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.33 |
| HSL | 303.55º | 0.79% | 0.38% | - |
| HSV(B) | 303.55º | 0.88% | 0.67% | - |
| XYZ | 23.87 | 11.92 | 35.69 | - |
| YUV | 81.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 163 | 0 | 0.88 | 0.05 | 0.33 | 303.55 | 0.79 | 0.38 |
| Hex | AC | 14 | A3 | 0 | 58 | 5 | 21 | 130 | 4F | 26 |
| Octal | 254 | 24 | 243 | 0 | 130 | 5 | 41 | 460 | 117 | 46 |
| Binary | 10101100 | 10100 | 10100011 | 0 | 1011000 | 101 | 100001 | 100110000 | 1001111 | 100110 |
Color Harmonies of #AC14A3
Complementary color
Monochromatic Colors of #AC14A3
Black with #AC14A3
Text Example
Text Example
White with #AC14A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14A3; }
p { color: rgb(172,20,163); }
H1.HeaderClassName
{
color: #AC14A3;
}
.AnyTagClassName
{
color: #AC14A3;
}
</style>
background-color css
<style>
a { background-color: #AC14A3; }
a { background-color: rgb(172,20,163); }
div.DivClassName
{
background-color: #AC14A3;
}
.BgClassName
{
background-color: #AC14A3;
}
</style>
border-color css
<style>
span { border-color: #AC14A3; }
span { border-color: rgb(172,20,163); }
td.TdClassName
{
border-color: #AC14A3;
}
.TagClassName
{
border-color: #AC14A3;
}
</style>