Shades of Medium Red Violet #AC3A9C
Tints of Medium Red Violet #AC3A9C
RGB
CMYK
RGB Variations
Color information
#AC3A9C (or 0xAC3A9C) is known color: Medium Red Violet. HEX triplet: AC, 3A and 9C. RGB value is (172,58,156). Sum of RGB (Red+Green+Blue) = 172+58+156=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A9C is #53C563. Grayscale: #666666. Windows color (decimal): -5490020 or 10238636. OLE color: 10238636.
HSL color Cylindrical-coordinate representation of color #AC3A9C: hue angle of 308.42º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A9C is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 156 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.33 |
| HSL | 308.42º | 0.5% | 0.45% | - |
| HSV(B) | 308.42º | 0.66% | 0.67% | - |
| XYZ | 24.53 | 14.2 | 32.9 | - |
| YUV | 103.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 156 | 0 | 0.66 | 0.09 | 0.33 | 308.42 | 0.5 | 0.45 |
| Hex | AC | 3A | 9C | 0 | 42 | 9 | 21 | 134 | 32 | 2D |
| Octal | 254 | 72 | 234 | 0 | 102 | 11 | 41 | 464 | 62 | 55 |
| Binary | 10101100 | 111010 | 10011100 | 0 | 1000010 | 1001 | 100001 | 100110100 | 110010 | 101101 |
Color Harmonies of #AC3A9C
Complementary color
Monochromatic Colors of #AC3A9C
Black with #AC3A9C
Text Example
Text Example
White with #AC3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A9C; }
p { color: rgb(172,58,156); }
H1.HeaderClassName
{
color: #AC3A9C;
}
.AnyTagClassName
{
color: #AC3A9C;
}
</style>
background-color css
<style>
a { background-color: #AC3A9C; }
a { background-color: rgb(172,58,156); }
div.DivClassName
{
background-color: #AC3A9C;
}
.BgClassName
{
background-color: #AC3A9C;
}
</style>
border-color css
<style>
span { border-color: #AC3A9C; }
span { border-color: rgb(172,58,156); }
td.TdClassName
{
border-color: #AC3A9C;
}
.TagClassName
{
border-color: #AC3A9C;
}
</style>