Shades of Medium Red Violet #AC369C
Tints of Medium Red Violet #AC369C
RGB
CMYK
RGB Variations
Color information
#AC369C (or 0xAC369C) is known color: Medium Red Violet. HEX triplet: AC, 36 and 9C. RGB value is (172,54,156). Sum of RGB (Red+Green+Blue) = 172+54+156=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC369C is #53C963. Grayscale: #646464. Windows color (decimal): -5491044 or 10237612. OLE color: 10237612.
HSL color Cylindrical-coordinate representation of color #AC369C: hue angle of 308.14º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC369C is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 156 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.33 |
| HSL | 308.14º | 0.52% | 0.44% | - |
| HSV(B) | 308.14º | 0.69% | 0.67% | - |
| XYZ | 24.33 | 13.81 | 32.84 | - |
| YUV | 100.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 156 | 0 | 0.69 | 0.09 | 0.33 | 308.14 | 0.52 | 0.44 |
| Hex | AC | 36 | 9C | 0 | 45 | 9 | 21 | 134 | 34 | 2C |
| Octal | 254 | 66 | 234 | 0 | 105 | 11 | 41 | 464 | 64 | 54 |
| Binary | 10101100 | 110110 | 10011100 | 0 | 1000101 | 1001 | 100001 | 100110100 | 110100 | 101100 |
Color Harmonies of #AC369C
Complementary color
Monochromatic Colors of #AC369C
Black with #AC369C
Text Example
Text Example
White with #AC369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC369C; }
p { color: rgb(172,54,156); }
H1.HeaderClassName
{
color: #AC369C;
}
.AnyTagClassName
{
color: #AC369C;
}
</style>
background-color css
<style>
a { background-color: #AC369C; }
a { background-color: rgb(172,54,156); }
div.DivClassName
{
background-color: #AC369C;
}
.BgClassName
{
background-color: #AC369C;
}
</style>
border-color css
<style>
span { border-color: #AC369C; }
span { border-color: rgb(172,54,156); }
td.TdClassName
{
border-color: #AC369C;
}
.TagClassName
{
border-color: #AC369C;
}
</style>