Shades of Medium Red Violet #AC39A0
Tints of Medium Red Violet #AC39A0
RGB
CMYK
RGB Variations
Color information
#AC39A0 (or 0xAC39A0) is known color: Medium Red Violet. HEX triplet: AC, 39 and A0. RGB value is (172,57,160). Sum of RGB (Red+Green+Blue) = 172+57+160=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC39A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC39A0 is #53C65F. Grayscale: #666666. Windows color (decimal): -5490272 or 10500524. OLE color: 10500524.
HSL color Cylindrical-coordinate representation of color #AC39A0: hue angle of 306.26º 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 #AC39A0 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 160 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.33 |
| HSL | 306.26º | 0.5% | 0.45% | - |
| HSV(B) | 306.26º | 0.67% | 0.67% | - |
| XYZ | 24.82 | 14.23 | 34.7 | - |
| YUV | 103.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 160 | 0 | 0.67 | 0.07 | 0.33 | 306.26 | 0.5 | 0.45 |
| Hex | AC | 39 | A0 | 0 | 43 | 7 | 21 | 132 | 32 | 2D |
| Octal | 254 | 71 | 240 | 0 | 103 | 7 | 41 | 462 | 62 | 55 |
| Binary | 10101100 | 111001 | 10100000 | 0 | 1000011 | 111 | 100001 | 100110010 | 110010 | 101101 |
Color Harmonies of #AC39A0
Complementary color
Monochromatic Colors of #AC39A0
Black with #AC39A0
Text Example
Text Example
White with #AC39A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC39A0; }
p { color: rgb(172,57,160); }
H1.HeaderClassName
{
color: #AC39A0;
}
.AnyTagClassName
{
color: #AC39A0;
}
</style>
background-color css
<style>
a { background-color: #AC39A0; }
a { background-color: rgb(172,57,160); }
div.DivClassName
{
background-color: #AC39A0;
}
.BgClassName
{
background-color: #AC39A0;
}
</style>
border-color css
<style>
span { border-color: #AC39A0; }
span { border-color: rgb(172,57,160); }
td.TdClassName
{
border-color: #AC39A0;
}
.TagClassName
{
border-color: #AC39A0;
}
</style>