Shades of Medium Red Violet #AC3392
Tints of Medium Red Violet #AC3392
RGB
CMYK
RGB Variations
Color information
#AC3392 (or 0xAC3392) is known color: Medium Red Violet. HEX triplet: AC, 33 and 92. RGB value is (172,51,146). Sum of RGB (Red+Green+Blue) = 172+51+146=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3392 is #53CC6D. Grayscale: #616161. Windows color (decimal): -5491822 or 9581484. OLE color: 9581484.
HSL color Cylindrical-coordinate representation of color #AC3392: hue angle of 312.89º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3392 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 146 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.33 |
| HSL | 312.89º | 0.54% | 0.44% | - |
| HSV(B) | 312.89º | 0.7% | 0.67% | - |
| XYZ | 23.39 | 13.21 | 28.51 | - |
| YUV | 98.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 146 | 0 | 0.70 | 0.15 | 0.33 | 312.89 | 0.54 | 0.44 |
| Hex | AC | 33 | 92 | 0 | 46 | F | 21 | 139 | 36 | 2C |
| Octal | 254 | 63 | 222 | 0 | 106 | 17 | 41 | 471 | 66 | 54 |
| Binary | 10101100 | 110011 | 10010010 | 0 | 1000110 | 1111 | 100001 | 100111001 | 110110 | 101100 |
Color Harmonies of #AC3392
Complementary color
Monochromatic Colors of #AC3392
Black with #AC3392
Text Example
Text Example
White with #AC3392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3392; }
p { color: rgb(172,51,146); }
H1.HeaderClassName
{
color: #AC3392;
}
.AnyTagClassName
{
color: #AC3392;
}
</style>
background-color css
<style>
a { background-color: #AC3392; }
a { background-color: rgb(172,51,146); }
div.DivClassName
{
background-color: #AC3392;
}
.BgClassName
{
background-color: #AC3392;
}
</style>
border-color css
<style>
span { border-color: #AC3392; }
span { border-color: rgb(172,51,146); }
td.TdClassName
{
border-color: #AC3392;
}
.TagClassName
{
border-color: #AC3392;
}
</style>