Shades of Medium Red Violet #AC3397
Tints of Medium Red Violet #AC3397
RGB
CMYK
RGB Variations
Color information
#AC3397 (or 0xAC3397) is known color: Medium Red Violet. HEX triplet: AC, 33 and 97. RGB value is (172,51,151). Sum of RGB (Red+Green+Blue) = 172+51+151=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3397 is #53CC68. Grayscale: #626262. Windows color (decimal): -5491817 or 9909164. OLE color: 9909164.
HSL color Cylindrical-coordinate representation of color #AC3397: hue angle of 310.41º 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 #AC3397 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 151 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.33 |
| HSL | 310.41º | 0.54% | 0.44% | - |
| HSV(B) | 310.41º | 0.7% | 0.67% | - |
| XYZ | 23.78 | 13.37 | 30.61 | - |
| YUV | 98.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 151 | 0 | 0.70 | 0.12 | 0.33 | 310.41 | 0.54 | 0.44 |
| Hex | AC | 33 | 97 | 0 | 46 | C | 21 | 136 | 36 | 2C |
| Octal | 254 | 63 | 227 | 0 | 106 | 14 | 41 | 466 | 66 | 54 |
| Binary | 10101100 | 110011 | 10010111 | 0 | 1000110 | 1100 | 100001 | 100110110 | 110110 | 101100 |
Color Harmonies of #AC3397
Complementary color
Monochromatic Colors of #AC3397
Black with #AC3397
Text Example
Text Example
White with #AC3397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3397; }
p { color: rgb(172,51,151); }
H1.HeaderClassName
{
color: #AC3397;
}
.AnyTagClassName
{
color: #AC3397;
}
</style>
background-color css
<style>
a { background-color: #AC3397; }
a { background-color: rgb(172,51,151); }
div.DivClassName
{
background-color: #AC3397;
}
.BgClassName
{
background-color: #AC3397;
}
</style>
border-color css
<style>
span { border-color: #AC3397; }
span { border-color: rgb(172,51,151); }
td.TdClassName
{
border-color: #AC3397;
}
.TagClassName
{
border-color: #AC3397;
}
</style>