Shades of Medium Red Violet #AC397F
Tints of Medium Red Violet #AC397F
RGB
CMYK
RGB Variations
Color information
#AC397F (or 0xAC397F) is known color: Medium Red Violet. HEX triplet: AC, 39 and 7F. RGB value is (172,57,127). Sum of RGB (Red+Green+Blue) = 172+57+127=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC397F is #53C680. Grayscale: #636363. Windows color (decimal): -5490305 or 8337836. OLE color: 8337836.
HSL color Cylindrical-coordinate representation of color #AC397F: hue angle of 323.48º 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 #AC397F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 127 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.33 |
| HSL | 323.48º | 0.5% | 0.45% | - |
| HSV(B) | 323.48º | 0.67% | 0.67% | - |
| XYZ | 22.31 | 13.23 | 21.46 | - |
| YUV | 99.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 127 | 0 | 0.67 | 0.26 | 0.33 | 323.48 | 0.5 | 0.45 |
| Hex | AC | 39 | 7F | 0 | 43 | 1A | 21 | 143 | 32 | 2D |
| Octal | 254 | 71 | 177 | 0 | 103 | 32 | 41 | 503 | 62 | 55 |
| Binary | 10101100 | 111001 | 1111111 | 0 | 1000011 | 11010 | 100001 | 101000011 | 110010 | 101101 |
Color Harmonies of #AC397F
Complementary color
Monochromatic Colors of #AC397F
Black with #AC397F
Text Example
Text Example
White with #AC397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC397F; }
p { color: rgb(172,57,127); }
H1.HeaderClassName
{
color: #AC397F;
}
.AnyTagClassName
{
color: #AC397F;
}
</style>
background-color css
<style>
a { background-color: #AC397F; }
a { background-color: rgb(172,57,127); }
div.DivClassName
{
background-color: #AC397F;
}
.BgClassName
{
background-color: #AC397F;
}
</style>
border-color css
<style>
span { border-color: #AC397F; }
span { border-color: rgb(172,57,127); }
td.TdClassName
{
border-color: #AC397F;
}
.TagClassName
{
border-color: #AC397F;
}
</style>