Shades of Medium Red Violet #AC359C
Tints of Medium Red Violet #AC359C
RGB
CMYK
RGB Variations
Color information
#AC359C (or 0xAC359C) is known color: Medium Red Violet. HEX triplet: AC, 35 and 9C. RGB value is (172,53,156). Sum of RGB (Red+Green+Blue) = 172+53+156=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC359C is #53CA63. Grayscale: #646464. Windows color (decimal): -5491300 or 10237356. OLE color: 10237356.
HSL color Cylindrical-coordinate representation of color #AC359C: hue angle of 308.07º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC359C is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 156 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.33 |
| HSL | 308.07º | 0.53% | 0.44% | - |
| HSV(B) | 308.07º | 0.69% | 0.67% | - |
| XYZ | 24.29 | 13.72 | 32.82 | - |
| YUV | 100.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 156 | 0 | 0.69 | 0.09 | 0.33 | 308.07 | 0.53 | 0.44 |
| Hex | AC | 35 | 9C | 0 | 45 | 9 | 21 | 134 | 35 | 2C |
| Octal | 254 | 65 | 234 | 0 | 105 | 11 | 41 | 464 | 65 | 54 |
| Binary | 10101100 | 110101 | 10011100 | 0 | 1000101 | 1001 | 100001 | 100110100 | 110101 | 101100 |
Color Harmonies of #AC359C
Complementary color
Monochromatic Colors of #AC359C
Black with #AC359C
Text Example
Text Example
White with #AC359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC359C; }
p { color: rgb(172,53,156); }
H1.HeaderClassName
{
color: #AC359C;
}
.AnyTagClassName
{
color: #AC359C;
}
</style>
background-color css
<style>
a { background-color: #AC359C; }
a { background-color: rgb(172,53,156); }
div.DivClassName
{
background-color: #AC359C;
}
.BgClassName
{
background-color: #AC359C;
}
</style>
border-color css
<style>
span { border-color: #AC359C; }
span { border-color: rgb(172,53,156); }
td.TdClassName
{
border-color: #AC359C;
}
.TagClassName
{
border-color: #AC359C;
}
</style>