Shades of Medium Violet Red #AC1394
Tints of Medium Violet Red #AC1394
RGB
CMYK
RGB Variations
Color information
#AC1394 (or 0xAC1394) is known color: Medium Violet Red. HEX triplet: AC, 13 and 94. RGB value is (172,19,148). Sum of RGB (Red+Green+Blue) = 172+19+148=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1394 is #53EC6B. Grayscale: #4F4F4F. Windows color (decimal): -5500012 or 9704364. OLE color: 9704364.
HSL color Cylindrical-coordinate representation of color #AC1394: hue angle of 309.41º 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 #AC1394 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 148 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.33 |
| HSL | 309.41º | 0.8% | 0.37% | - |
| HSV(B) | 309.41º | 0.89% | 0.67% | - |
| XYZ | 22.59 | 11.37 | 29.02 | - |
| YUV | 79.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 148 | 0 | 0.89 | 0.14 | 0.33 | 309.41 | 0.8 | 0.37 |
| Hex | AC | 13 | 94 | 0 | 59 | E | 21 | 135 | 50 | 25 |
| Octal | 254 | 23 | 224 | 0 | 131 | 16 | 41 | 465 | 120 | 45 |
| Binary | 10101100 | 10011 | 10010100 | 0 | 1011001 | 1110 | 100001 | 100110101 | 1010000 | 100101 |
Color Harmonies of #AC1394
Complementary color
Monochromatic Colors of #AC1394
Black with #AC1394
Text Example
Text Example
White with #AC1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1394; }
p { color: rgb(172,19,148); }
H1.HeaderClassName
{
color: #AC1394;
}
.AnyTagClassName
{
color: #AC1394;
}
</style>
background-color css
<style>
a { background-color: #AC1394; }
a { background-color: rgb(172,19,148); }
div.DivClassName
{
background-color: #AC1394;
}
.BgClassName
{
background-color: #AC1394;
}
</style>
border-color css
<style>
span { border-color: #AC1394; }
span { border-color: rgb(172,19,148); }
td.TdClassName
{
border-color: #AC1394;
}
.TagClassName
{
border-color: #AC1394;
}
</style>