Shades of Medium Red Violet #AC397E
Tints of Medium Red Violet #AC397E
RGB
CMYK
RGB Variations
Color information
#AC397E (or 0xAC397E) is known color: Medium Red Violet. HEX triplet: AC, 39 and 7E. RGB value is (172,57,126). Sum of RGB (Red+Green+Blue) = 172+57+126=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC397E is #53C681. Grayscale: #636363. Windows color (decimal): -5490306 or 8272300. OLE color: 8272300.
HSL color Cylindrical-coordinate representation of color #AC397E: hue angle of 324º 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 #AC397E is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 126 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.33 |
| HSL | 324º | 0.5% | 0.45% | - |
| HSV(B) | 324º | 0.67% | 0.67% | - |
| XYZ | 22.24 | 13.2 | 21.11 | - |
| YUV | 99.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 126 | 0 | 0.67 | 0.27 | 0.33 | 324 | 0.5 | 0.45 |
| Hex | AC | 39 | 7E | 0 | 43 | 1B | 21 | 144 | 32 | 2D |
| Octal | 254 | 71 | 176 | 0 | 103 | 33 | 41 | 504 | 62 | 55 |
| Binary | 10101100 | 111001 | 1111110 | 0 | 1000011 | 11011 | 100001 | 101000100 | 110010 | 101101 |
Color Harmonies of #AC397E
Complementary color
Monochromatic Colors of #AC397E
Black with #AC397E
Text Example
Text Example
White with #AC397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC397E; }
p { color: rgb(172,57,126); }
H1.HeaderClassName
{
color: #AC397E;
}
.AnyTagClassName
{
color: #AC397E;
}
</style>
background-color css
<style>
a { background-color: #AC397E; }
a { background-color: rgb(172,57,126); }
div.DivClassName
{
background-color: #AC397E;
}
.BgClassName
{
background-color: #AC397E;
}
</style>
border-color css
<style>
span { border-color: #AC397E; }
span { border-color: rgb(172,57,126); }
td.TdClassName
{
border-color: #AC397E;
}
.TagClassName
{
border-color: #AC397E;
}
</style>