Shades of Medium Red Violet #AC319E
Tints of Medium Red Violet #AC319E
RGB
CMYK
RGB Variations
Color information
#AC319E (or 0xAC319E) is known color: Medium Red Violet. HEX triplet: AC, 31 and 9E. RGB value is (172,49,158). Sum of RGB (Red+Green+Blue) = 172+49+158=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC319E is #53CE61. Grayscale: #616161. Windows color (decimal): -5492322 or 10367404. OLE color: 10367404.
HSL color Cylindrical-coordinate representation of color #AC319E: hue angle of 306.83º 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 #AC319E is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 158 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.33 |
| HSL | 306.83º | 0.56% | 0.43% | - |
| HSV(B) | 306.83º | 0.72% | 0.67% | - |
| XYZ | 24.28 | 13.44 | 33.66 | - |
| YUV | 98.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 158 | 0 | 0.72 | 0.08 | 0.33 | 306.83 | 0.56 | 0.43 |
| Hex | AC | 31 | 9E | 0 | 48 | 8 | 21 | 133 | 38 | 2B |
| Octal | 254 | 61 | 236 | 0 | 110 | 10 | 41 | 463 | 70 | 53 |
| Binary | 10101100 | 110001 | 10011110 | 0 | 1001000 | 1000 | 100001 | 100110011 | 111000 | 101011 |
Color Harmonies of #AC319E
Complementary color
Monochromatic Colors of #AC319E
Black with #AC319E
Text Example
Text Example
White with #AC319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC319E; }
p { color: rgb(172,49,158); }
H1.HeaderClassName
{
color: #AC319E;
}
.AnyTagClassName
{
color: #AC319E;
}
</style>
background-color css
<style>
a { background-color: #AC319E; }
a { background-color: rgb(172,49,158); }
div.DivClassName
{
background-color: #AC319E;
}
.BgClassName
{
background-color: #AC319E;
}
</style>
border-color css
<style>
span { border-color: #AC319E; }
span { border-color: rgb(172,49,158); }
td.TdClassName
{
border-color: #AC319E;
}
.TagClassName
{
border-color: #AC319E;
}
</style>