Shades of Medium Red Violet #AC348B
Tints of Medium Red Violet #AC348B
RGB
CMYK
RGB Variations
Color information
#AC348B (or 0xAC348B) is known color: Medium Red Violet. HEX triplet: AC, 34 and 8B. RGB value is (172,52,139). Sum of RGB (Red+Green+Blue) = 172+52+139=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC348B is #53CB74. Grayscale: #616161. Windows color (decimal): -5491573 or 9122988. OLE color: 9122988.
HSL color Cylindrical-coordinate representation of color #AC348B: hue angle of 316.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 #AC348B is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 139 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.33 |
| HSL | 316.5º | 0.54% | 0.44% | - |
| HSV(B) | 316.5º | 0.7% | 0.67% | - |
| XYZ | 22.9 | 13.09 | 25.75 | - |
| YUV | 97.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 139 | 0 | 0.70 | 0.19 | 0.33 | 316.5 | 0.54 | 0.44 |
| Hex | AC | 34 | 8B | 0 | 46 | 13 | 21 | 13C | 36 | 2C |
| Octal | 254 | 64 | 213 | 0 | 106 | 23 | 41 | 474 | 66 | 54 |
| Binary | 10101100 | 110100 | 10001011 | 0 | 1000110 | 10011 | 100001 | 100111100 | 110110 | 101100 |
Color Harmonies of #AC348B
Complementary color
Monochromatic Colors of #AC348B
Black with #AC348B
Text Example
Text Example
White with #AC348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC348B; }
p { color: rgb(172,52,139); }
H1.HeaderClassName
{
color: #AC348B;
}
.AnyTagClassName
{
color: #AC348B;
}
</style>
background-color css
<style>
a { background-color: #AC348B; }
a { background-color: rgb(172,52,139); }
div.DivClassName
{
background-color: #AC348B;
}
.BgClassName
{
background-color: #AC348B;
}
</style>
border-color css
<style>
span { border-color: #AC348B; }
span { border-color: rgb(172,52,139); }
td.TdClassName
{
border-color: #AC348B;
}
.TagClassName
{
border-color: #AC348B;
}
</style>