Shades of Medium Red Violet #AC3F9C
Tints of Medium Red Violet #AC3F9C
RGB
CMYK
RGB Variations
Color information
#AC3F9C (or 0xAC3F9C) is known color: Medium Red Violet. HEX triplet: AC, 3F and 9C. RGB value is (172,63,156). Sum of RGB (Red+Green+Blue) = 172+63+156=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F9C is #53C063. Grayscale: #696969. Windows color (decimal): -5488740 or 10239916. OLE color: 10239916.
HSL color Cylindrical-coordinate representation of color #AC3F9C: hue angle of 308.81º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3F9C is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 156 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.33 |
| HSL | 308.81º | 0.46% | 0.46% | - |
| HSV(B) | 308.81º | 0.63% | 0.67% | - |
| XYZ | 24.79 | 14.73 | 32.99 | - |
| YUV | 106.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 156 | 0 | 0.63 | 0.09 | 0.33 | 308.81 | 0.46 | 0.46 |
| Hex | AC | 3F | 9C | 0 | 3F | 9 | 21 | 135 | 2E | 2E |
| Octal | 254 | 77 | 234 | 0 | 77 | 11 | 41 | 465 | 56 | 56 |
| Binary | 10101100 | 111111 | 10011100 | 0 | 111111 | 1001 | 100001 | 100110101 | 101110 | 101110 |
Color Harmonies of #AC3F9C
Complementary color
Monochromatic Colors of #AC3F9C
Black with #AC3F9C
Text Example
Text Example
White with #AC3F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F9C; }
p { color: rgb(172,63,156); }
H1.HeaderClassName
{
color: #AC3F9C;
}
.AnyTagClassName
{
color: #AC3F9C;
}
</style>
background-color css
<style>
a { background-color: #AC3F9C; }
a { background-color: rgb(172,63,156); }
div.DivClassName
{
background-color: #AC3F9C;
}
.BgClassName
{
background-color: #AC3F9C;
}
</style>
border-color css
<style>
span { border-color: #AC3F9C; }
span { border-color: rgb(172,63,156); }
td.TdClassName
{
border-color: #AC3F9C;
}
.TagClassName
{
border-color: #AC3F9C;
}
</style>