Shades of Medium Red Violet #AC3373
Tints of Medium Red Violet #AC3373
RGB
CMYK
RGB Variations
Color information
#AC3373 (or 0xAC3373) is known color: Medium Red Violet. HEX triplet: AC, 33 and 73. RGB value is (172,51,115). Sum of RGB (Red+Green+Blue) = 172+51+115=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3373 is #53CC8C. Grayscale: #5E5E5E. Windows color (decimal): -5491853 or 7549868. OLE color: 7549868.
HSL color Cylindrical-coordinate representation of color #AC3373: hue angle of 328.26º 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 #AC3373 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 115 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.33 |
| HSL | 328.26º | 0.54% | 0.44% | - |
| HSV(B) | 328.26º | 0.7% | 0.67% | - |
| XYZ | 21.29 | 12.38 | 17.49 | - |
| YUV | 94.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 115 | 0 | 0.70 | 0.33 | 0.33 | 328.26 | 0.54 | 0.44 |
| Hex | AC | 33 | 73 | 0 | 46 | 21 | 21 | 148 | 36 | 2C |
| Octal | 254 | 63 | 163 | 0 | 106 | 41 | 41 | 510 | 66 | 54 |
| Binary | 10101100 | 110011 | 1110011 | 0 | 1000110 | 100001 | 100001 | 101001000 | 110110 | 101100 |
Color Harmonies of #AC3373
Complementary color
Monochromatic Colors of #AC3373
Black with #AC3373
Text Example
Text Example
White with #AC3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3373; }
p { color: rgb(172,51,115); }
H1.HeaderClassName
{
color: #AC3373;
}
.AnyTagClassName
{
color: #AC3373;
}
</style>
background-color css
<style>
a { background-color: #AC3373; }
a { background-color: rgb(172,51,115); }
div.DivClassName
{
background-color: #AC3373;
}
.BgClassName
{
background-color: #AC3373;
}
</style>
border-color css
<style>
span { border-color: #AC3373; }
span { border-color: rgb(172,51,115); }
td.TdClassName
{
border-color: #AC3373;
}
.TagClassName
{
border-color: #AC3373;
}
</style>