Shades of Dark Magenta #AC13A3
Tints of Dark Magenta #AC13A3
RGB
CMYK
RGB Variations
Color information
#AC13A3 (or 0xAC13A3) is known color: Dark Magenta. HEX triplet: AC, 13 and A3. RGB value is (172,19,163). Sum of RGB (Red+Green+Blue) = 172+19+163=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC13A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13A3 is #53EC5C. Grayscale: #505050. Windows color (decimal): -5499997 or 10687404. OLE color: 10687404.
HSL color Cylindrical-coordinate representation of color #AC13A3: hue angle of 303.53º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC13A3 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 163 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.33 |
| HSL | 303.53º | 0.8% | 0.37% | - |
| HSV(B) | 303.53º | 0.89% | 0.67% | - |
| XYZ | 23.86 | 11.88 | 35.69 | - |
| YUV | 81.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 163 | 0 | 0.89 | 0.05 | 0.33 | 303.53 | 0.8 | 0.37 |
| Hex | AC | 13 | A3 | 0 | 59 | 5 | 21 | 130 | 50 | 25 |
| Octal | 254 | 23 | 243 | 0 | 131 | 5 | 41 | 460 | 120 | 45 |
| Binary | 10101100 | 10011 | 10100011 | 0 | 1011001 | 101 | 100001 | 100110000 | 1010000 | 100101 |
Color Harmonies of #AC13A3
Complementary color
Monochromatic Colors of #AC13A3
Black with #AC13A3
Text Example
Text Example
White with #AC13A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13A3; }
p { color: rgb(172,19,163); }
H1.HeaderClassName
{
color: #AC13A3;
}
.AnyTagClassName
{
color: #AC13A3;
}
</style>
background-color css
<style>
a { background-color: #AC13A3; }
a { background-color: rgb(172,19,163); }
div.DivClassName
{
background-color: #AC13A3;
}
.BgClassName
{
background-color: #AC13A3;
}
</style>
border-color css
<style>
span { border-color: #AC13A3; }
span { border-color: rgb(172,19,163); }
td.TdClassName
{
border-color: #AC13A3;
}
.TagClassName
{
border-color: #AC13A3;
}
</style>