Shades of Medium Red Violet #AC319A
Tints of Medium Red Violet #AC319A
RGB
CMYK
RGB Variations
Color information
#AC319A (or 0xAC319A) is known color: Medium Red Violet. HEX triplet: AC, 31 and 9A. RGB value is (172,49,154). Sum of RGB (Red+Green+Blue) = 172+49+154=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC319A is #53CE65. Grayscale: #616161. Windows color (decimal): -5492326 or 10105260. OLE color: 10105260.
HSL color Cylindrical-coordinate representation of color #AC319A: hue angle of 308.78º 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 #AC319A is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 154 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.33 |
| HSL | 308.78º | 0.56% | 0.43% | - |
| HSV(B) | 308.78º | 0.72% | 0.67% | - |
| XYZ | 23.94 | 13.3 | 31.88 | - |
| YUV | 97.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 154 | 0 | 0.72 | 0.10 | 0.33 | 308.78 | 0.56 | 0.43 |
| Hex | AC | 31 | 9A | 0 | 48 | A | 21 | 135 | 38 | 2B |
| Octal | 254 | 61 | 232 | 0 | 110 | 12 | 41 | 465 | 70 | 53 |
| Binary | 10101100 | 110001 | 10011010 | 0 | 1001000 | 1010 | 100001 | 100110101 | 111000 | 101011 |
Color Harmonies of #AC319A
Complementary color
Monochromatic Colors of #AC319A
Black with #AC319A
Text Example
Text Example
White with #AC319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC319A; }
p { color: rgb(172,49,154); }
H1.HeaderClassName
{
color: #AC319A;
}
.AnyTagClassName
{
color: #AC319A;
}
</style>
background-color css
<style>
a { background-color: #AC319A; }
a { background-color: rgb(172,49,154); }
div.DivClassName
{
background-color: #AC319A;
}
.BgClassName
{
background-color: #AC319A;
}
</style>
border-color css
<style>
span { border-color: #AC319A; }
span { border-color: rgb(172,49,154); }
td.TdClassName
{
border-color: #AC319A;
}
.TagClassName
{
border-color: #AC319A;
}
</style>