Shades of Medium Violet Red #AC1597
Tints of Medium Violet Red #AC1597
RGB
CMYK
RGB Variations
Color information
#AC1597 (or 0xAC1597) is known color: Medium Violet Red. HEX triplet: AC, 15 and 97. RGB value is (172,21,151). Sum of RGB (Red+Green+Blue) = 172+21+151=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1597 is #53EA68. Grayscale: #505050. Windows color (decimal): -5499497 or 9901484. OLE color: 9901484.
HSL color Cylindrical-coordinate representation of color #AC1597: hue angle of 308.34º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1597 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 151 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.33 |
| HSL | 308.34º | 0.78% | 0.38% | - |
| HSV(B) | 308.34º | 0.88% | 0.67% | - |
| XYZ | 22.87 | 11.54 | 30.3 | - |
| YUV | 80.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 151 | 0 | 0.88 | 0.12 | 0.33 | 308.34 | 0.78 | 0.38 |
| Hex | AC | 15 | 97 | 0 | 58 | C | 21 | 134 | 4E | 26 |
| Octal | 254 | 25 | 227 | 0 | 130 | 14 | 41 | 464 | 116 | 46 |
| Binary | 10101100 | 10101 | 10010111 | 0 | 1011000 | 1100 | 100001 | 100110100 | 1001110 | 100110 |
Color Harmonies of #AC1597
Complementary color
Monochromatic Colors of #AC1597
Black with #AC1597
Text Example
Text Example
White with #AC1597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1597; }
p { color: rgb(172,21,151); }
H1.HeaderClassName
{
color: #AC1597;
}
.AnyTagClassName
{
color: #AC1597;
}
</style>
background-color css
<style>
a { background-color: #AC1597; }
a { background-color: rgb(172,21,151); }
div.DivClassName
{
background-color: #AC1597;
}
.BgClassName
{
background-color: #AC1597;
}
</style>
border-color css
<style>
span { border-color: #AC1597; }
span { border-color: rgb(172,21,151); }
td.TdClassName
{
border-color: #AC1597;
}
.TagClassName
{
border-color: #AC1597;
}
</style>