Shades of Medium Red Violet #AC349F
Tints of Medium Red Violet #AC349F
RGB
CMYK
RGB Variations
Color information
#AC349F (or 0xAC349F) is known color: Medium Red Violet. HEX triplet: AC, 34 and 9F. RGB value is (172,52,159). Sum of RGB (Red+Green+Blue) = 172+52+159=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC349F is #53CB60. Grayscale: #636363. Windows color (decimal): -5491553 or 10433708. OLE color: 10433708.
HSL color Cylindrical-coordinate representation of color #AC349F: hue angle of 306.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 #AC349F is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 159 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.33 |
| HSL | 306.5º | 0.54% | 0.44% | - |
| HSV(B) | 306.5º | 0.7% | 0.67% | - |
| XYZ | 24.5 | 13.73 | 34.16 | - |
| YUV | 100.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 159 | 0 | 0.70 | 0.08 | 0.33 | 306.5 | 0.54 | 0.44 |
| Hex | AC | 34 | 9F | 0 | 46 | 8 | 21 | 132 | 36 | 2C |
| Octal | 254 | 64 | 237 | 0 | 106 | 10 | 41 | 462 | 66 | 54 |
| Binary | 10101100 | 110100 | 10011111 | 0 | 1000110 | 1000 | 100001 | 100110010 | 110110 | 101100 |
Color Harmonies of #AC349F
Complementary color
Monochromatic Colors of #AC349F
Black with #AC349F
Text Example
Text Example
White with #AC349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC349F; }
p { color: rgb(172,52,159); }
H1.HeaderClassName
{
color: #AC349F;
}
.AnyTagClassName
{
color: #AC349F;
}
</style>
background-color css
<style>
a { background-color: #AC349F; }
a { background-color: rgb(172,52,159); }
div.DivClassName
{
background-color: #AC349F;
}
.BgClassName
{
background-color: #AC349F;
}
</style>
border-color css
<style>
span { border-color: #AC349F; }
span { border-color: rgb(172,52,159); }
td.TdClassName
{
border-color: #AC349F;
}
.TagClassName
{
border-color: #AC349F;
}
</style>