Shades of Medium Red Violet #AC397A
Tints of Medium Red Violet #AC397A
RGB
CMYK
RGB Variations
Color information
#AC397A (or 0xAC397A) is known color: Medium Red Violet. HEX triplet: AC, 39 and 7A. RGB value is (172,57,122). Sum of RGB (Red+Green+Blue) = 172+57+122=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC397A is #53C685. Grayscale: #626262. Windows color (decimal): -5490310 or 8010156. OLE color: 8010156.
HSL color Cylindrical-coordinate representation of color #AC397A: hue angle of 326.09º 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 #AC397A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 122 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.33 |
| HSL | 326.09º | 0.5% | 0.45% | - |
| HSV(B) | 326.09º | 0.67% | 0.67% | - |
| XYZ | 21.99 | 13.1 | 19.78 | - |
| YUV | 98.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 122 | 0 | 0.67 | 0.29 | 0.33 | 326.09 | 0.5 | 0.45 |
| Hex | AC | 39 | 7A | 0 | 43 | 1D | 21 | 146 | 32 | 2D |
| Octal | 254 | 71 | 172 | 0 | 103 | 35 | 41 | 506 | 62 | 55 |
| Binary | 10101100 | 111001 | 1111010 | 0 | 1000011 | 11101 | 100001 | 101000110 | 110010 | 101101 |
Color Harmonies of #AC397A
Complementary color
Monochromatic Colors of #AC397A
Black with #AC397A
Text Example
Text Example
White with #AC397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC397A; }
p { color: rgb(172,57,122); }
H1.HeaderClassName
{
color: #AC397A;
}
.AnyTagClassName
{
color: #AC397A;
}
</style>
background-color css
<style>
a { background-color: #AC397A; }
a { background-color: rgb(172,57,122); }
div.DivClassName
{
background-color: #AC397A;
}
.BgClassName
{
background-color: #AC397A;
}
</style>
border-color css
<style>
span { border-color: #AC397A; }
span { border-color: rgb(172,57,122); }
td.TdClassName
{
border-color: #AC397A;
}
.TagClassName
{
border-color: #AC397A;
}
</style>