Shades of Medium Red Violet #AC369F
Tints of Medium Red Violet #AC369F
RGB
CMYK
RGB Variations
Color information
#AC369F (or 0xAC369F) is known color: Medium Red Violet. HEX triplet: AC, 36 and 9F. RGB value is (172,54,159). Sum of RGB (Red+Green+Blue) = 172+54+159=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC369F is #53C960. Grayscale: #646464. Windows color (decimal): -5491041 or 10434220. OLE color: 10434220.
HSL color Cylindrical-coordinate representation of color #AC369F: hue angle of 306.61º 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 #AC369F is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 159 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.33 |
| HSL | 306.61º | 0.52% | 0.44% | - |
| HSV(B) | 306.61º | 0.69% | 0.67% | - |
| XYZ | 24.59 | 13.91 | 34.19 | - |
| YUV | 101.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 159 | 0 | 0.69 | 0.08 | 0.33 | 306.61 | 0.52 | 0.44 |
| Hex | AC | 36 | 9F | 0 | 45 | 8 | 21 | 133 | 34 | 2C |
| Octal | 254 | 66 | 237 | 0 | 105 | 10 | 41 | 463 | 64 | 54 |
| Binary | 10101100 | 110110 | 10011111 | 0 | 1000101 | 1000 | 100001 | 100110011 | 110100 | 101100 |
Color Harmonies of #AC369F
Complementary color
Monochromatic Colors of #AC369F
Black with #AC369F
Text Example
Text Example
White with #AC369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC369F; }
p { color: rgb(172,54,159); }
H1.HeaderClassName
{
color: #AC369F;
}
.AnyTagClassName
{
color: #AC369F;
}
</style>
background-color css
<style>
a { background-color: #AC369F; }
a { background-color: rgb(172,54,159); }
div.DivClassName
{
background-color: #AC369F;
}
.BgClassName
{
background-color: #AC369F;
}
</style>
border-color css
<style>
span { border-color: #AC369F; }
span { border-color: rgb(172,54,159); }
td.TdClassName
{
border-color: #AC369F;
}
.TagClassName
{
border-color: #AC369F;
}
</style>