Shades of Medium Red Violet #AC397B
Tints of Medium Red Violet #AC397B
RGB
CMYK
RGB Variations
Color information
#AC397B (or 0xAC397B) is known color: Medium Red Violet. HEX triplet: AC, 39 and 7B. RGB value is (172,57,123). Sum of RGB (Red+Green+Blue) = 172+57+123=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC397B is #53C684. Grayscale: #626262. Windows color (decimal): -5490309 or 8075692. OLE color: 8075692.
HSL color Cylindrical-coordinate representation of color #AC397B: hue angle of 325.57º 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 #AC397B is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 123 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.33 |
| HSL | 325.57º | 0.5% | 0.45% | - |
| HSV(B) | 325.57º | 0.67% | 0.67% | - |
| XYZ | 22.05 | 13.13 | 20.11 | - |
| YUV | 98.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 123 | 0 | 0.67 | 0.28 | 0.33 | 325.57 | 0.5 | 0.45 |
| Hex | AC | 39 | 7B | 0 | 43 | 1C | 21 | 146 | 32 | 2D |
| Octal | 254 | 71 | 173 | 0 | 103 | 34 | 41 | 506 | 62 | 55 |
| Binary | 10101100 | 111001 | 1111011 | 0 | 1000011 | 11100 | 100001 | 101000110 | 110010 | 101101 |
Color Harmonies of #AC397B
Complementary color
Monochromatic Colors of #AC397B
Black with #AC397B
Text Example
Text Example
White with #AC397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC397B; }
p { color: rgb(172,57,123); }
H1.HeaderClassName
{
color: #AC397B;
}
.AnyTagClassName
{
color: #AC397B;
}
</style>
background-color css
<style>
a { background-color: #AC397B; }
a { background-color: rgb(172,57,123); }
div.DivClassName
{
background-color: #AC397B;
}
.BgClassName
{
background-color: #AC397B;
}
</style>
border-color css
<style>
span { border-color: #AC397B; }
span { border-color: rgb(172,57,123); }
td.TdClassName
{
border-color: #AC397B;
}
.TagClassName
{
border-color: #AC397B;
}
</style>