Shades of Medium Red Violet #AC329B
Tints of Medium Red Violet #AC329B
RGB
CMYK
RGB Variations
Color information
#AC329B (or 0xAC329B) is known color: Medium Red Violet. HEX triplet: AC, 32 and 9B. RGB value is (172,50,155). Sum of RGB (Red+Green+Blue) = 172+50+155=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC329B is #53CD64. Grayscale: #626262. Windows color (decimal): -5492069 or 10171052. OLE color: 10171052.
HSL color Cylindrical-coordinate representation of color #AC329B: hue angle of 308.36º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC329B is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 155 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.33 |
| HSL | 308.36º | 0.55% | 0.44% | - |
| HSV(B) | 308.36º | 0.71% | 0.67% | - |
| XYZ | 24.07 | 13.42 | 32.33 | - |
| YUV | 98.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 155 | 0 | 0.71 | 0.10 | 0.33 | 308.36 | 0.55 | 0.44 |
| Hex | AC | 32 | 9B | 0 | 47 | A | 21 | 134 | 37 | 2C |
| Octal | 254 | 62 | 233 | 0 | 107 | 12 | 41 | 464 | 67 | 54 |
| Binary | 10101100 | 110010 | 10011011 | 0 | 1000111 | 1010 | 100001 | 100110100 | 110111 | 101100 |
Color Harmonies of #AC329B
Complementary color
Monochromatic Colors of #AC329B
Black with #AC329B
Text Example
Text Example
White with #AC329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC329B; }
p { color: rgb(172,50,155); }
H1.HeaderClassName
{
color: #AC329B;
}
.AnyTagClassName
{
color: #AC329B;
}
</style>
background-color css
<style>
a { background-color: #AC329B; }
a { background-color: rgb(172,50,155); }
div.DivClassName
{
background-color: #AC329B;
}
.BgClassName
{
background-color: #AC329B;
}
</style>
border-color css
<style>
span { border-color: #AC329B; }
span { border-color: rgb(172,50,155); }
td.TdClassName
{
border-color: #AC329B;
}
.TagClassName
{
border-color: #AC329B;
}
</style>