Shades of Medium Violet Red #AC1390
Tints of Medium Violet Red #AC1390
RGB
CMYK
RGB Variations
Color information
#AC1390 (or 0xAC1390) is known color: Medium Violet Red. HEX triplet: AC, 13 and 90. RGB value is (172,19,144). Sum of RGB (Red+Green+Blue) = 172+19+144=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1390 is #53EC6F. Grayscale: #4E4E4E. Windows color (decimal): -5500016 or 9442220. OLE color: 9442220.
HSL color Cylindrical-coordinate representation of color #AC1390: hue angle of 310.98º 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 #AC1390 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 144 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.33 |
| HSL | 310.98º | 0.8% | 0.37% | - |
| HSV(B) | 310.98º | 0.89% | 0.67% | - |
| XYZ | 22.28 | 11.25 | 27.38 | - |
| YUV | 79 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 144 | 0 | 0.89 | 0.16 | 0.33 | 310.98 | 0.8 | 0.37 |
| Hex | AC | 13 | 90 | 0 | 59 | 10 | 21 | 137 | 50 | 25 |
| Octal | 254 | 23 | 220 | 0 | 131 | 20 | 41 | 467 | 120 | 45 |
| Binary | 10101100 | 10011 | 10010000 | 0 | 1011001 | 10000 | 100001 | 100110111 | 1010000 | 100101 |
Color Harmonies of #AC1390
Complementary color
Monochromatic Colors of #AC1390
Black with #AC1390
Text Example
Text Example
White with #AC1390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1390; }
p { color: rgb(172,19,144); }
H1.HeaderClassName
{
color: #AC1390;
}
.AnyTagClassName
{
color: #AC1390;
}
</style>
background-color css
<style>
a { background-color: #AC1390; }
a { background-color: rgb(172,19,144); }
div.DivClassName
{
background-color: #AC1390;
}
.BgClassName
{
background-color: #AC1390;
}
</style>
border-color css
<style>
span { border-color: #AC1390; }
span { border-color: rgb(172,19,144); }
td.TdClassName
{
border-color: #AC1390;
}
.TagClassName
{
border-color: #AC1390;
}
</style>