Shades of Medium Red Violet #AC349A
Tints of Medium Red Violet #AC349A
RGB
CMYK
RGB Variations
Color information
#AC349A (or 0xAC349A) is known color: Medium Red Violet. HEX triplet: AC, 34 and 9A. RGB value is (172,52,154). Sum of RGB (Red+Green+Blue) = 172+52+154=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC349A is #53CB65. Grayscale: #636363. Windows color (decimal): -5491558 or 10106028. OLE color: 10106028.
HSL color Cylindrical-coordinate representation of color #AC349A: hue angle of 309º 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 #AC349A is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 154 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.33 |
| HSL | 309º | 0.54% | 0.44% | - |
| HSV(B) | 309º | 0.7% | 0.67% | - |
| XYZ | 24.07 | 13.56 | 31.92 | - |
| YUV | 99.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 154 | 0 | 0.70 | 0.10 | 0.33 | 309 | 0.54 | 0.44 |
| Hex | AC | 34 | 9A | 0 | 46 | A | 21 | 135 | 36 | 2C |
| Octal | 254 | 64 | 232 | 0 | 106 | 12 | 41 | 465 | 66 | 54 |
| Binary | 10101100 | 110100 | 10011010 | 0 | 1000110 | 1010 | 100001 | 100110101 | 110110 | 101100 |
Color Harmonies of #AC349A
Complementary color
Monochromatic Colors of #AC349A
Black with #AC349A
Text Example
Text Example
White with #AC349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC349A; }
p { color: rgb(172,52,154); }
H1.HeaderClassName
{
color: #AC349A;
}
.AnyTagClassName
{
color: #AC349A;
}
</style>
background-color css
<style>
a { background-color: #AC349A; }
a { background-color: rgb(172,52,154); }
div.DivClassName
{
background-color: #AC349A;
}
.BgClassName
{
background-color: #AC349A;
}
</style>
border-color css
<style>
span { border-color: #AC349A; }
span { border-color: rgb(172,52,154); }
td.TdClassName
{
border-color: #AC349A;
}
.TagClassName
{
border-color: #AC349A;
}
</style>