Shades of Medium Red Violet #AC348D
Tints of Medium Red Violet #AC348D
RGB
CMYK
RGB Variations
Color information
#AC348D (or 0xAC348D) is known color: Medium Red Violet. HEX triplet: AC, 34 and 8D. RGB value is (172,52,141). Sum of RGB (Red+Green+Blue) = 172+52+141=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC348D is #53CB72. Grayscale: #616161. Windows color (decimal): -5491571 or 9254060. OLE color: 9254060.
HSL color Cylindrical-coordinate representation of color #AC348D: hue angle of 315.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC348D is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 141 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.33 |
| HSL | 315.5º | 0.54% | 0.44% | - |
| HSV(B) | 315.5º | 0.7% | 0.67% | - |
| XYZ | 23.05 | 13.15 | 26.52 | - |
| YUV | 98.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 141 | 0 | 0.70 | 0.18 | 0.33 | 315.5 | 0.54 | 0.44 |
| Hex | AC | 34 | 8D | 0 | 46 | 12 | 21 | 13C | 36 | 2C |
| Octal | 254 | 64 | 215 | 0 | 106 | 22 | 41 | 474 | 66 | 54 |
| Binary | 10101100 | 110100 | 10001101 | 0 | 1000110 | 10010 | 100001 | 100111100 | 110110 | 101100 |
Color Harmonies of #AC348D
Complementary color
Monochromatic Colors of #AC348D
Black with #AC348D
Text Example
Text Example
White with #AC348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC348D; }
p { color: rgb(172,52,141); }
H1.HeaderClassName
{
color: #AC348D;
}
.AnyTagClassName
{
color: #AC348D;
}
</style>
background-color css
<style>
a { background-color: #AC348D; }
a { background-color: rgb(172,52,141); }
div.DivClassName
{
background-color: #AC348D;
}
.BgClassName
{
background-color: #AC348D;
}
</style>
border-color css
<style>
span { border-color: #AC348D; }
span { border-color: rgb(172,52,141); }
td.TdClassName
{
border-color: #AC348D;
}
.TagClassName
{
border-color: #AC348D;
}
</style>