Shades of Medium Red Violet #AC32A3
Tints of Medium Red Violet #AC32A3
RGB
CMYK
RGB Variations
Color information
#AC32A3 (or 0xAC32A3) is known color: Medium Red Violet. HEX triplet: AC, 32 and A3. RGB value is (172,50,163). Sum of RGB (Red+Green+Blue) = 172+50+163=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC32A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32A3 is #53CD5C. Grayscale: #636363. Windows color (decimal): -5492061 or 10695340. OLE color: 10695340.
HSL color Cylindrical-coordinate representation of color #AC32A3: hue angle of 304.43º 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 #AC32A3 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 163 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.33 |
| HSL | 304.43º | 0.55% | 0.44% | - |
| HSV(B) | 304.43º | 0.71% | 0.67% | - |
| XYZ | 24.76 | 13.7 | 35.99 | - |
| YUV | 99.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 163 | 0 | 0.71 | 0.05 | 0.33 | 304.43 | 0.55 | 0.44 |
| Hex | AC | 32 | A3 | 0 | 47 | 5 | 21 | 130 | 37 | 2C |
| Octal | 254 | 62 | 243 | 0 | 107 | 5 | 41 | 460 | 67 | 54 |
| Binary | 10101100 | 110010 | 10100011 | 0 | 1000111 | 101 | 100001 | 100110000 | 110111 | 101100 |
Color Harmonies of #AC32A3
Complementary color
Monochromatic Colors of #AC32A3
Black with #AC32A3
Text Example
Text Example
White with #AC32A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32A3; }
p { color: rgb(172,50,163); }
H1.HeaderClassName
{
color: #AC32A3;
}
.AnyTagClassName
{
color: #AC32A3;
}
</style>
background-color css
<style>
a { background-color: #AC32A3; }
a { background-color: rgb(172,50,163); }
div.DivClassName
{
background-color: #AC32A3;
}
.BgClassName
{
background-color: #AC32A3;
}
</style>
border-color css
<style>
span { border-color: #AC32A3; }
span { border-color: rgb(172,50,163); }
td.TdClassName
{
border-color: #AC32A3;
}
.TagClassName
{
border-color: #AC32A3;
}
</style>