Shades of Medium Red Violet #AC399D
Tints of Medium Red Violet #AC399D
RGB
CMYK
RGB Variations
Color information
#AC399D (or 0xAC399D) is known color: Medium Red Violet. HEX triplet: AC, 39 and 9D. RGB value is (172,57,157). Sum of RGB (Red+Green+Blue) = 172+57+157=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC399D is #53C662. Grayscale: #666666. Windows color (decimal): -5490275 or 10303916. OLE color: 10303916.
HSL color Cylindrical-coordinate representation of color #AC399D: hue angle of 307.83º 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 #AC399D is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 157 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.33 |
| HSL | 307.83º | 0.5% | 0.45% | - |
| HSV(B) | 307.83º | 0.67% | 0.67% | - |
| XYZ | 24.56 | 14.13 | 33.33 | - |
| YUV | 102.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 157 | 0 | 0.67 | 0.09 | 0.33 | 307.83 | 0.5 | 0.45 |
| Hex | AC | 39 | 9D | 0 | 43 | 9 | 21 | 134 | 32 | 2D |
| Octal | 254 | 71 | 235 | 0 | 103 | 11 | 41 | 464 | 62 | 55 |
| Binary | 10101100 | 111001 | 10011101 | 0 | 1000011 | 1001 | 100001 | 100110100 | 110010 | 101101 |
Color Harmonies of #AC399D
Complementary color
Monochromatic Colors of #AC399D
Black with #AC399D
Text Example
Text Example
White with #AC399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC399D; }
p { color: rgb(172,57,157); }
H1.HeaderClassName
{
color: #AC399D;
}
.AnyTagClassName
{
color: #AC399D;
}
</style>
background-color css
<style>
a { background-color: #AC399D; }
a { background-color: rgb(172,57,157); }
div.DivClassName
{
background-color: #AC399D;
}
.BgClassName
{
background-color: #AC399D;
}
</style>
border-color css
<style>
span { border-color: #AC399D; }
span { border-color: rgb(172,57,157); }
td.TdClassName
{
border-color: #AC399D;
}
.TagClassName
{
border-color: #AC399D;
}
</style>