Shades of Medium Violet Red #AC1395
Tints of Medium Violet Red #AC1395
RGB
CMYK
RGB Variations
Color information
#AC1395 (or 0xAC1395) is known color: Medium Violet Red. HEX triplet: AC, 13 and 95. RGB value is (172,19,149). Sum of RGB (Red+Green+Blue) = 172+19+149=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1395 is #53EC6A. Grayscale: #4F4F4F. Windows color (decimal): -5500011 or 9769900. OLE color: 9769900.
HSL color Cylindrical-coordinate representation of color #AC1395: hue angle of 309.02º 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 #AC1395 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 149 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.33 |
| HSL | 309.02º | 0.8% | 0.37% | - |
| HSV(B) | 309.02º | 0.89% | 0.67% | - |
| XYZ | 22.67 | 11.41 | 29.44 | - |
| YUV | 79.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 149 | 0 | 0.89 | 0.13 | 0.33 | 309.02 | 0.8 | 0.37 |
| Hex | AC | 13 | 95 | 0 | 59 | D | 21 | 135 | 50 | 25 |
| Octal | 254 | 23 | 225 | 0 | 131 | 15 | 41 | 465 | 120 | 45 |
| Binary | 10101100 | 10011 | 10010101 | 0 | 1011001 | 1101 | 100001 | 100110101 | 1010000 | 100101 |
Color Harmonies of #AC1395
Complementary color
Monochromatic Colors of #AC1395
Black with #AC1395
Text Example
Text Example
White with #AC1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1395; }
p { color: rgb(172,19,149); }
H1.HeaderClassName
{
color: #AC1395;
}
.AnyTagClassName
{
color: #AC1395;
}
</style>
background-color css
<style>
a { background-color: #AC1395; }
a { background-color: rgb(172,19,149); }
div.DivClassName
{
background-color: #AC1395;
}
.BgClassName
{
background-color: #AC1395;
}
</style>
border-color css
<style>
span { border-color: #AC1395; }
span { border-color: rgb(172,19,149); }
td.TdClassName
{
border-color: #AC1395;
}
.TagClassName
{
border-color: #AC1395;
}
</style>