Shades of Medium Violet Red #AC1384
Tints of Medium Violet Red #AC1384
RGB
CMYK
RGB Variations
Color information
#AC1384 (or 0xAC1384) is known color: Medium Violet Red. HEX triplet: AC, 13 and 84. RGB value is (172,19,132). Sum of RGB (Red+Green+Blue) = 172+19+132=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1384 is #53EC7B. Grayscale: #4D4D4D. Windows color (decimal): -5500028 or 8655788. OLE color: 8655788.
HSL color Cylindrical-coordinate representation of color #AC1384: hue angle of 315.69º 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 #AC1384 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 132 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.33 |
| HSL | 315.69º | 0.8% | 0.37% | - |
| HSV(B) | 315.69º | 0.89% | 0.67% | - |
| XYZ | 21.41 | 10.9 | 22.81 | - |
| YUV | 77.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 132 | 0 | 0.89 | 0.23 | 0.33 | 315.69 | 0.8 | 0.37 |
| Hex | AC | 13 | 84 | 0 | 59 | 17 | 21 | 13C | 50 | 25 |
| Octal | 254 | 23 | 204 | 0 | 131 | 27 | 41 | 474 | 120 | 45 |
| Binary | 10101100 | 10011 | 10000100 | 0 | 1011001 | 10111 | 100001 | 100111100 | 1010000 | 100101 |
Color Harmonies of #AC1384
Complementary color
Monochromatic Colors of #AC1384
Black with #AC1384
Text Example
Text Example
White with #AC1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1384; }
p { color: rgb(172,19,132); }
H1.HeaderClassName
{
color: #AC1384;
}
.AnyTagClassName
{
color: #AC1384;
}
</style>
background-color css
<style>
a { background-color: #AC1384; }
a { background-color: rgb(172,19,132); }
div.DivClassName
{
background-color: #AC1384;
}
.BgClassName
{
background-color: #AC1384;
}
</style>
border-color css
<style>
span { border-color: #AC1384; }
span { border-color: rgb(172,19,132); }
td.TdClassName
{
border-color: #AC1384;
}
.TagClassName
{
border-color: #AC1384;
}
</style>