Shades of Medium Red Violet #AC3385
Tints of Medium Red Violet #AC3385
RGB
CMYK
RGB Variations
Color information
#AC3385 (or 0xAC3385) is known color: Medium Red Violet. HEX triplet: AC, 33 and 85. RGB value is (172,51,133). Sum of RGB (Red+Green+Blue) = 172+51+133=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3385 is #53CC7A. Grayscale: #606060. Windows color (decimal): -5491835 or 8729516. OLE color: 8729516.
HSL color Cylindrical-coordinate representation of color #AC3385: hue angle of 319.34º 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 #AC3385 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 133 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.33 |
| HSL | 319.34º | 0.54% | 0.44% | - |
| HSV(B) | 319.34º | 0.7% | 0.67% | - |
| XYZ | 22.43 | 12.83 | 23.48 | - |
| YUV | 96.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 133 | 0 | 0.70 | 0.23 | 0.33 | 319.34 | 0.54 | 0.44 |
| Hex | AC | 33 | 85 | 0 | 46 | 17 | 21 | 13F | 36 | 2C |
| Octal | 254 | 63 | 205 | 0 | 106 | 27 | 41 | 477 | 66 | 54 |
| Binary | 10101100 | 110011 | 10000101 | 0 | 1000110 | 10111 | 100001 | 100111111 | 110110 | 101100 |
Color Harmonies of #AC3385
Complementary color
Monochromatic Colors of #AC3385
Black with #AC3385
Text Example
Text Example
White with #AC3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3385; }
p { color: rgb(172,51,133); }
H1.HeaderClassName
{
color: #AC3385;
}
.AnyTagClassName
{
color: #AC3385;
}
</style>
background-color css
<style>
a { background-color: #AC3385; }
a { background-color: rgb(172,51,133); }
div.DivClassName
{
background-color: #AC3385;
}
.BgClassName
{
background-color: #AC3385;
}
</style>
border-color css
<style>
span { border-color: #AC3385; }
span { border-color: rgb(172,51,133); }
td.TdClassName
{
border-color: #AC3385;
}
.TagClassName
{
border-color: #AC3385;
}
</style>