Shades of Medium Red Violet #AC379B
Tints of Medium Red Violet #AC379B
RGB
CMYK
RGB Variations
Color information
#AC379B (or 0xAC379B) is known color: Medium Red Violet. HEX triplet: AC, 37 and 9B. RGB value is (172,55,155). Sum of RGB (Red+Green+Blue) = 172+55+155=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC379B is #53C864. Grayscale: #656565. Windows color (decimal): -5490789 or 10172332. OLE color: 10172332.
HSL color Cylindrical-coordinate representation of color #AC379B: hue angle of 308.72º 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 #AC379B is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 155 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.33 |
| HSL | 308.72º | 0.52% | 0.45% | - |
| HSV(B) | 308.72º | 0.68% | 0.67% | - |
| XYZ | 24.3 | 13.87 | 32.41 | - |
| YUV | 101.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 155 | 0 | 0.68 | 0.10 | 0.33 | 308.72 | 0.52 | 0.45 |
| Hex | AC | 37 | 9B | 0 | 44 | A | 21 | 135 | 34 | 2D |
| Octal | 254 | 67 | 233 | 0 | 104 | 12 | 41 | 465 | 64 | 55 |
| Binary | 10101100 | 110111 | 10011011 | 0 | 1000100 | 1010 | 100001 | 100110101 | 110100 | 101101 |
Color Harmonies of #AC379B
Complementary color
Monochromatic Colors of #AC379B
Black with #AC379B
Text Example
Text Example
White with #AC379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC379B; }
p { color: rgb(172,55,155); }
H1.HeaderClassName
{
color: #AC379B;
}
.AnyTagClassName
{
color: #AC379B;
}
</style>
background-color css
<style>
a { background-color: #AC379B; }
a { background-color: rgb(172,55,155); }
div.DivClassName
{
background-color: #AC379B;
}
.BgClassName
{
background-color: #AC379B;
}
</style>
border-color css
<style>
span { border-color: #AC379B; }
span { border-color: rgb(172,55,155); }
td.TdClassName
{
border-color: #AC379B;
}
.TagClassName
{
border-color: #AC379B;
}
</style>