Shades of Medium Red Violet #AC319D
Tints of Medium Red Violet #AC319D
RGB
CMYK
RGB Variations
Color information
#AC319D (or 0xAC319D) is known color: Medium Red Violet. HEX triplet: AC, 31 and 9D. RGB value is (172,49,157). Sum of RGB (Red+Green+Blue) = 172+49+157=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC319D is #53CE62. Grayscale: #616161. Windows color (decimal): -5492323 or 10301868. OLE color: 10301868.
HSL color Cylindrical-coordinate representation of color #AC319D: hue angle of 307.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC319D is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 157 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.33 |
| HSL | 307.32º | 0.56% | 0.43% | - |
| HSV(B) | 307.32º | 0.72% | 0.67% | - |
| XYZ | 24.2 | 13.4 | 33.21 | - |
| YUV | 98.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 157 | 0 | 0.72 | 0.09 | 0.33 | 307.32 | 0.56 | 0.43 |
| Hex | AC | 31 | 9D | 0 | 48 | 9 | 21 | 133 | 38 | 2B |
| Octal | 254 | 61 | 235 | 0 | 110 | 11 | 41 | 463 | 70 | 53 |
| Binary | 10101100 | 110001 | 10011101 | 0 | 1001000 | 1001 | 100001 | 100110011 | 111000 | 101011 |
Color Harmonies of #AC319D
Complementary color
Monochromatic Colors of #AC319D
Black with #AC319D
Text Example
Text Example
White with #AC319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC319D; }
p { color: rgb(172,49,157); }
H1.HeaderClassName
{
color: #AC319D;
}
.AnyTagClassName
{
color: #AC319D;
}
</style>
background-color css
<style>
a { background-color: #AC319D; }
a { background-color: rgb(172,49,157); }
div.DivClassName
{
background-color: #AC319D;
}
.BgClassName
{
background-color: #AC319D;
}
</style>
border-color css
<style>
span { border-color: #AC319D; }
span { border-color: rgb(172,49,157); }
td.TdClassName
{
border-color: #AC319D;
}
.TagClassName
{
border-color: #AC319D;
}
</style>