Shades of Medium Red Violet #AC378C
Tints of Medium Red Violet #AC378C
RGB
CMYK
RGB Variations
Color information
#AC378C (or 0xAC378C) is known color: Medium Red Violet. HEX triplet: AC, 37 and 8C. RGB value is (172,55,140). Sum of RGB (Red+Green+Blue) = 172+55+140=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC378C is #53C873. Grayscale: #636363. Windows color (decimal): -5490804 or 9189292. OLE color: 9189292.
HSL color Cylindrical-coordinate representation of color #AC378C: hue angle of 316.41º 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 #AC378C is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 140 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.33 |
| HSL | 316.41º | 0.52% | 0.45% | - |
| HSV(B) | 316.41º | 0.68% | 0.67% | - |
| XYZ | 23.11 | 13.4 | 26.18 | - |
| YUV | 99.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 140 | 0 | 0.68 | 0.19 | 0.33 | 316.41 | 0.52 | 0.45 |
| Hex | AC | 37 | 8C | 0 | 44 | 13 | 21 | 13C | 34 | 2D |
| Octal | 254 | 67 | 214 | 0 | 104 | 23 | 41 | 474 | 64 | 55 |
| Binary | 10101100 | 110111 | 10001100 | 0 | 1000100 | 10011 | 100001 | 100111100 | 110100 | 101101 |
Color Harmonies of #AC378C
Complementary color
Monochromatic Colors of #AC378C
Black with #AC378C
Text Example
Text Example
White with #AC378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC378C; }
p { color: rgb(172,55,140); }
H1.HeaderClassName
{
color: #AC378C;
}
.AnyTagClassName
{
color: #AC378C;
}
</style>
background-color css
<style>
a { background-color: #AC378C; }
a { background-color: rgb(172,55,140); }
div.DivClassName
{
background-color: #AC378C;
}
.BgClassName
{
background-color: #AC378C;
}
</style>
border-color css
<style>
span { border-color: #AC378C; }
span { border-color: rgb(172,55,140); }
td.TdClassName
{
border-color: #AC378C;
}
.TagClassName
{
border-color: #AC378C;
}
</style>