Shades of Medium Red Violet #AC3C9E
Tints of Medium Red Violet #AC3C9E
RGB
CMYK
RGB Variations
Color information
#AC3C9E (or 0xAC3C9E) is known color: Medium Red Violet. HEX triplet: AC, 3C and 9E. RGB value is (172,60,158). Sum of RGB (Red+Green+Blue) = 172+60+158=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C9E is #53C361. Grayscale: #686868. Windows color (decimal): -5489506 or 10370220. OLE color: 10370220.
HSL color Cylindrical-coordinate representation of color #AC3C9E: hue angle of 307.5º 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 #AC3C9E is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 158 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.33 |
| HSL | 307.5º | 0.48% | 0.45% | - |
| HSV(B) | 307.5º | 0.65% | 0.67% | - |
| XYZ | 24.8 | 14.47 | 33.83 | - |
| YUV | 104.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 158 | 0 | 0.65 | 0.08 | 0.33 | 307.5 | 0.48 | 0.45 |
| Hex | AC | 3C | 9E | 0 | 41 | 8 | 21 | 134 | 30 | 2D |
| Octal | 254 | 74 | 236 | 0 | 101 | 10 | 41 | 464 | 60 | 55 |
| Binary | 10101100 | 111100 | 10011110 | 0 | 1000001 | 1000 | 100001 | 100110100 | 110000 | 101101 |
Color Harmonies of #AC3C9E
Complementary color
Monochromatic Colors of #AC3C9E
Black with #AC3C9E
Text Example
Text Example
White with #AC3C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C9E; }
p { color: rgb(172,60,158); }
H1.HeaderClassName
{
color: #AC3C9E;
}
.AnyTagClassName
{
color: #AC3C9E;
}
</style>
background-color css
<style>
a { background-color: #AC3C9E; }
a { background-color: rgb(172,60,158); }
div.DivClassName
{
background-color: #AC3C9E;
}
.BgClassName
{
background-color: #AC3C9E;
}
</style>
border-color css
<style>
span { border-color: #AC3C9E; }
span { border-color: rgb(172,60,158); }
td.TdClassName
{
border-color: #AC3C9E;
}
.TagClassName
{
border-color: #AC3C9E;
}
</style>