Shades of Medium Red Violet #AC32A4
Tints of Medium Red Violet #AC32A4
RGB
CMYK
RGB Variations
Color information
#AC32A4 (or 0xAC32A4) is known color: Medium Red Violet. HEX triplet: AC, 32 and A4. RGB value is (172,50,164). Sum of RGB (Red+Green+Blue) = 172+50+164=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC32A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32A4 is #53CD5B. Grayscale: #636363. Windows color (decimal): -5492060 or 10760876. OLE color: 10760876.
HSL color Cylindrical-coordinate representation of color #AC32A4: hue angle of 303.93º 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 #AC32A4 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 164 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.33 |
| HSL | 303.93º | 0.55% | 0.44% | - |
| HSV(B) | 303.93º | 0.71% | 0.67% | - |
| XYZ | 24.85 | 13.73 | 36.46 | - |
| YUV | 99.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 164 | 0 | 0.71 | 0.05 | 0.33 | 303.93 | 0.55 | 0.44 |
| Hex | AC | 32 | A4 | 0 | 47 | 5 | 21 | 130 | 37 | 2C |
| Octal | 254 | 62 | 244 | 0 | 107 | 5 | 41 | 460 | 67 | 54 |
| Binary | 10101100 | 110010 | 10100100 | 0 | 1000111 | 101 | 100001 | 100110000 | 110111 | 101100 |
Color Harmonies of #AC32A4
Complementary color
Monochromatic Colors of #AC32A4
Black with #AC32A4
Text Example
Text Example
White with #AC32A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32A4; }
p { color: rgb(172,50,164); }
H1.HeaderClassName
{
color: #AC32A4;
}
.AnyTagClassName
{
color: #AC32A4;
}
</style>
background-color css
<style>
a { background-color: #AC32A4; }
a { background-color: rgb(172,50,164); }
div.DivClassName
{
background-color: #AC32A4;
}
.BgClassName
{
background-color: #AC32A4;
}
</style>
border-color css
<style>
span { border-color: #AC32A4; }
span { border-color: rgb(172,50,164); }
td.TdClassName
{
border-color: #AC32A4;
}
.TagClassName
{
border-color: #AC32A4;
}
</style>