Shades of Medium Red Violet #AC378B
Tints of Medium Red Violet #AC378B
RGB
CMYK
RGB Variations
Color information
#AC378B (or 0xAC378B) is known color: Medium Red Violet. HEX triplet: AC, 37 and 8B. RGB value is (172,55,139). Sum of RGB (Red+Green+Blue) = 172+55+139=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC378B is #53C874. Grayscale: #636363. Windows color (decimal): -5490805 or 9123756. OLE color: 9123756.
HSL color Cylindrical-coordinate representation of color #AC378B: hue angle of 316.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC378B is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 139 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.33 |
| HSL | 316.92º | 0.52% | 0.45% | - |
| HSV(B) | 316.92º | 0.68% | 0.67% | - |
| XYZ | 23.04 | 13.37 | 25.79 | - |
| YUV | 99.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 139 | 0 | 0.68 | 0.19 | 0.33 | 316.92 | 0.52 | 0.45 |
| Hex | AC | 37 | 8B | 0 | 44 | 13 | 21 | 13D | 34 | 2D |
| Octal | 254 | 67 | 213 | 0 | 104 | 23 | 41 | 475 | 64 | 55 |
| Binary | 10101100 | 110111 | 10001011 | 0 | 1000100 | 10011 | 100001 | 100111101 | 110100 | 101101 |
Color Harmonies of #AC378B
Complementary color
Monochromatic Colors of #AC378B
Black with #AC378B
Text Example
Text Example
White with #AC378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC378B; }
p { color: rgb(172,55,139); }
H1.HeaderClassName
{
color: #AC378B;
}
.AnyTagClassName
{
color: #AC378B;
}
</style>
background-color css
<style>
a { background-color: #AC378B; }
a { background-color: rgb(172,55,139); }
div.DivClassName
{
background-color: #AC378B;
}
.BgClassName
{
background-color: #AC378B;
}
</style>
border-color css
<style>
span { border-color: #AC378B; }
span { border-color: rgb(172,55,139); }
td.TdClassName
{
border-color: #AC378B;
}
.TagClassName
{
border-color: #AC378B;
}
</style>