Shades of Medium Red Violet #AC398E
Tints of Medium Red Violet #AC398E
RGB
CMYK
RGB Variations
Color information
#AC398E (or 0xAC398E) is known color: Medium Red Violet. HEX triplet: AC, 39 and 8E. RGB value is (172,57,142). Sum of RGB (Red+Green+Blue) = 172+57+142=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC398E is #53C671. Grayscale: #646464. Windows color (decimal): -5490290 or 9320876. OLE color: 9320876.
HSL color Cylindrical-coordinate representation of color #AC398E: hue angle of 315.65º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC398E is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 142 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.33 |
| HSL | 315.65º | 0.5% | 0.45% | - |
| HSV(B) | 315.65º | 0.67% | 0.67% | - |
| XYZ | 23.36 | 13.65 | 26.99 | - |
| YUV | 101.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 142 | 0 | 0.67 | 0.17 | 0.33 | 315.65 | 0.5 | 0.45 |
| Hex | AC | 39 | 8E | 0 | 43 | 11 | 21 | 13C | 32 | 2D |
| Octal | 254 | 71 | 216 | 0 | 103 | 21 | 41 | 474 | 62 | 55 |
| Binary | 10101100 | 111001 | 10001110 | 0 | 1000011 | 10001 | 100001 | 100111100 | 110010 | 101101 |
Color Harmonies of #AC398E
Complementary color
Monochromatic Colors of #AC398E
Black with #AC398E
Text Example
Text Example
White with #AC398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC398E; }
p { color: rgb(172,57,142); }
H1.HeaderClassName
{
color: #AC398E;
}
.AnyTagClassName
{
color: #AC398E;
}
</style>
background-color css
<style>
a { background-color: #AC398E; }
a { background-color: rgb(172,57,142); }
div.DivClassName
{
background-color: #AC398E;
}
.BgClassName
{
background-color: #AC398E;
}
</style>
border-color css
<style>
span { border-color: #AC398E; }
span { border-color: rgb(172,57,142); }
td.TdClassName
{
border-color: #AC398E;
}
.TagClassName
{
border-color: #AC398E;
}
</style>