Shades of Medium Red Violet #AC349B
Tints of Medium Red Violet #AC349B
RGB
CMYK
RGB Variations
Color information
#AC349B (or 0xAC349B) is known color: Medium Red Violet. HEX triplet: AC, 34 and 9B. RGB value is (172,52,155). Sum of RGB (Red+Green+Blue) = 172+52+155=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC349B is #53CB64. Grayscale: #636363. Windows color (decimal): -5491557 or 10171564. OLE color: 10171564.
HSL color Cylindrical-coordinate representation of color #AC349B: hue angle of 308.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 #AC349B is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 155 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.33 |
| HSL | 308.5º | 0.54% | 0.44% | - |
| HSV(B) | 308.5º | 0.7% | 0.67% | - |
| XYZ | 24.16 | 13.59 | 32.36 | - |
| YUV | 99.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 155 | 0 | 0.70 | 0.10 | 0.33 | 308.5 | 0.54 | 0.44 |
| Hex | AC | 34 | 9B | 0 | 46 | A | 21 | 134 | 36 | 2C |
| Octal | 254 | 64 | 233 | 0 | 106 | 12 | 41 | 464 | 66 | 54 |
| Binary | 10101100 | 110100 | 10011011 | 0 | 1000110 | 1010 | 100001 | 100110100 | 110110 | 101100 |
Color Harmonies of #AC349B
Complementary color
Monochromatic Colors of #AC349B
Black with #AC349B
Text Example
Text Example
White with #AC349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC349B; }
p { color: rgb(172,52,155); }
H1.HeaderClassName
{
color: #AC349B;
}
.AnyTagClassName
{
color: #AC349B;
}
</style>
background-color css
<style>
a { background-color: #AC349B; }
a { background-color: rgb(172,52,155); }
div.DivClassName
{
background-color: #AC349B;
}
.BgClassName
{
background-color: #AC349B;
}
</style>
border-color css
<style>
span { border-color: #AC349B; }
span { border-color: rgb(172,52,155); }
td.TdClassName
{
border-color: #AC349B;
}
.TagClassName
{
border-color: #AC349B;
}
</style>