Shades of Medium Red Violet #AC3C9D
Tints of Medium Red Violet #AC3C9D
RGB
CMYK
RGB Variations
Color information
#AC3C9D (or 0xAC3C9D) is known color: Medium Red Violet. HEX triplet: AC, 3C and 9D. RGB value is (172,60,157). Sum of RGB (Red+Green+Blue) = 172+60+157=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C9D is #53C362. Grayscale: #686868. Windows color (decimal): -5489507 or 10304684. OLE color: 10304684.
HSL color Cylindrical-coordinate representation of color #AC3C9D: hue angle of 308.04º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3C9D is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 157 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.33 |
| HSL | 308.04º | 0.48% | 0.45% | - |
| HSV(B) | 308.04º | 0.65% | 0.67% | - |
| XYZ | 24.71 | 14.44 | 33.38 | - |
| YUV | 104.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 157 | 0 | 0.65 | 0.09 | 0.33 | 308.04 | 0.48 | 0.45 |
| Hex | AC | 3C | 9D | 0 | 41 | 9 | 21 | 134 | 30 | 2D |
| Octal | 254 | 74 | 235 | 0 | 101 | 11 | 41 | 464 | 60 | 55 |
| Binary | 10101100 | 111100 | 10011101 | 0 | 1000001 | 1001 | 100001 | 100110100 | 110000 | 101101 |
Color Harmonies of #AC3C9D
Complementary color
Monochromatic Colors of #AC3C9D
Black with #AC3C9D
Text Example
Text Example
White with #AC3C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C9D; }
p { color: rgb(172,60,157); }
H1.HeaderClassName
{
color: #AC3C9D;
}
.AnyTagClassName
{
color: #AC3C9D;
}
</style>
background-color css
<style>
a { background-color: #AC3C9D; }
a { background-color: rgb(172,60,157); }
div.DivClassName
{
background-color: #AC3C9D;
}
.BgClassName
{
background-color: #AC3C9D;
}
</style>
border-color css
<style>
span { border-color: #AC3C9D; }
span { border-color: rgb(172,60,157); }
td.TdClassName
{
border-color: #AC3C9D;
}
.TagClassName
{
border-color: #AC3C9D;
}
</style>