Shades of Medium Red Violet #AC3194
Tints of Medium Red Violet #AC3194
RGB
CMYK
RGB Variations
Color information
#AC3194 (or 0xAC3194) is known color: Medium Red Violet. HEX triplet: AC, 31 and 94. RGB value is (172,49,148). Sum of RGB (Red+Green+Blue) = 172+49+148=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3194 is #53CE6B. Grayscale: #606060. Windows color (decimal): -5492332 or 9712044. OLE color: 9712044.
HSL color Cylindrical-coordinate representation of color #AC3194: hue angle of 311.71º 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 #AC3194 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 148 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.33 |
| HSL | 311.71º | 0.56% | 0.43% | - |
| HSV(B) | 311.71º | 0.72% | 0.67% | - |
| XYZ | 23.46 | 13.11 | 29.31 | - |
| YUV | 97.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 148 | 0 | 0.72 | 0.14 | 0.33 | 311.71 | 0.56 | 0.43 |
| Hex | AC | 31 | 94 | 0 | 48 | E | 21 | 138 | 38 | 2B |
| Octal | 254 | 61 | 224 | 0 | 110 | 16 | 41 | 470 | 70 | 53 |
| Binary | 10101100 | 110001 | 10010100 | 0 | 1001000 | 1110 | 100001 | 100111000 | 111000 | 101011 |
Color Harmonies of #AC3194
Complementary color
Monochromatic Colors of #AC3194
Black with #AC3194
Text Example
Text Example
White with #AC3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3194; }
p { color: rgb(172,49,148); }
H1.HeaderClassName
{
color: #AC3194;
}
.AnyTagClassName
{
color: #AC3194;
}
</style>
background-color css
<style>
a { background-color: #AC3194; }
a { background-color: rgb(172,49,148); }
div.DivClassName
{
background-color: #AC3194;
}
.BgClassName
{
background-color: #AC3194;
}
</style>
border-color css
<style>
span { border-color: #AC3194; }
span { border-color: rgb(172,49,148); }
td.TdClassName
{
border-color: #AC3194;
}
.TagClassName
{
border-color: #AC3194;
}
</style>