Shades of Medium Violet Red #AC1385
Tints of Medium Violet Red #AC1385
RGB
CMYK
RGB Variations
Color information
#AC1385 (or 0xAC1385) is known color: Medium Violet Red. HEX triplet: AC, 13 and 85. RGB value is (172,19,133). Sum of RGB (Red+Green+Blue) = 172+19+133=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1385 is #53EC7A. Grayscale: #4D4D4D. Windows color (decimal): -5500027 or 8721324. OLE color: 8721324.
HSL color Cylindrical-coordinate representation of color #AC1385: hue angle of 315.29º 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 #AC1385 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 133 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.33 |
| HSL | 315.29º | 0.8% | 0.37% | - |
| HSV(B) | 315.29º | 0.89% | 0.67% | - |
| XYZ | 21.48 | 10.93 | 23.17 | - |
| YUV | 77.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 133 | 0 | 0.89 | 0.23 | 0.33 | 315.29 | 0.8 | 0.37 |
| Hex | AC | 13 | 85 | 0 | 59 | 17 | 21 | 13B | 50 | 25 |
| Octal | 254 | 23 | 205 | 0 | 131 | 27 | 41 | 473 | 120 | 45 |
| Binary | 10101100 | 10011 | 10000101 | 0 | 1011001 | 10111 | 100001 | 100111011 | 1010000 | 100101 |
Color Harmonies of #AC1385
Complementary color
Monochromatic Colors of #AC1385
Black with #AC1385
Text Example
Text Example
White with #AC1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1385; }
p { color: rgb(172,19,133); }
H1.HeaderClassName
{
color: #AC1385;
}
.AnyTagClassName
{
color: #AC1385;
}
</style>
background-color css
<style>
a { background-color: #AC1385; }
a { background-color: rgb(172,19,133); }
div.DivClassName
{
background-color: #AC1385;
}
.BgClassName
{
background-color: #AC1385;
}
</style>
border-color css
<style>
span { border-color: #AC1385; }
span { border-color: rgb(172,19,133); }
td.TdClassName
{
border-color: #AC1385;
}
.TagClassName
{
border-color: #AC1385;
}
</style>