Shades of Medium Red Violet #AC3173
Tints of Medium Red Violet #AC3173
RGB
CMYK
RGB Variations
Color information
#AC3173 (or 0xAC3173) is known color: Medium Red Violet. HEX triplet: AC, 31 and 73. RGB value is (172,49,115). Sum of RGB (Red+Green+Blue) = 172+49+115=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3173 is #53CE8C. Grayscale: #5D5D5D. Windows color (decimal): -5492365 or 7549356. OLE color: 7549356.
HSL color Cylindrical-coordinate representation of color #AC3173: hue angle of 327.8º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3173 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 115 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.33 |
| HSL | 327.8º | 0.56% | 0.43% | - |
| HSV(B) | 327.8º | 0.72% | 0.67% | - |
| XYZ | 21.21 | 12.21 | 17.46 | - |
| YUV | 93.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 115 | 0 | 0.72 | 0.33 | 0.33 | 327.8 | 0.56 | 0.43 |
| Hex | AC | 31 | 73 | 0 | 48 | 21 | 21 | 148 | 38 | 2B |
| Octal | 254 | 61 | 163 | 0 | 110 | 41 | 41 | 510 | 70 | 53 |
| Binary | 10101100 | 110001 | 1110011 | 0 | 1001000 | 100001 | 100001 | 101001000 | 111000 | 101011 |
Color Harmonies of #AC3173
Complementary color
Monochromatic Colors of #AC3173
Black with #AC3173
Text Example
Text Example
White with #AC3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3173; }
p { color: rgb(172,49,115); }
H1.HeaderClassName
{
color: #AC3173;
}
.AnyTagClassName
{
color: #AC3173;
}
</style>
background-color css
<style>
a { background-color: #AC3173; }
a { background-color: rgb(172,49,115); }
div.DivClassName
{
background-color: #AC3173;
}
.BgClassName
{
background-color: #AC3173;
}
</style>
border-color css
<style>
span { border-color: #AC3173; }
span { border-color: rgb(172,49,115); }
td.TdClassName
{
border-color: #AC3173;
}
.TagClassName
{
border-color: #AC3173;
}
</style>