Shades of Medium Red Violet #AC369E
Tints of Medium Red Violet #AC369E
RGB
CMYK
RGB Variations
Color information
#AC369E (or 0xAC369E) is known color: Medium Red Violet. HEX triplet: AC, 36 and 9E. RGB value is (172,54,158). Sum of RGB (Red+Green+Blue) = 172+54+158=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC369E is #53C961. Grayscale: #646464. Windows color (decimal): -5491042 or 10368684. OLE color: 10368684.
HSL color Cylindrical-coordinate representation of color #AC369E: hue angle of 307.12º 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 #AC369E is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 158 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.33 |
| HSL | 307.12º | 0.52% | 0.44% | - |
| HSV(B) | 307.12º | 0.69% | 0.67% | - |
| XYZ | 24.5 | 13.88 | 33.73 | - |
| YUV | 101.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 158 | 0 | 0.69 | 0.08 | 0.33 | 307.12 | 0.52 | 0.44 |
| Hex | AC | 36 | 9E | 0 | 45 | 8 | 21 | 133 | 34 | 2C |
| Octal | 254 | 66 | 236 | 0 | 105 | 10 | 41 | 463 | 64 | 54 |
| Binary | 10101100 | 110110 | 10011110 | 0 | 1000101 | 1000 | 100001 | 100110011 | 110100 | 101100 |
Color Harmonies of #AC369E
Complementary color
Monochromatic Colors of #AC369E
Black with #AC369E
Text Example
Text Example
White with #AC369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC369E; }
p { color: rgb(172,54,158); }
H1.HeaderClassName
{
color: #AC369E;
}
.AnyTagClassName
{
color: #AC369E;
}
</style>
background-color css
<style>
a { background-color: #AC369E; }
a { background-color: rgb(172,54,158); }
div.DivClassName
{
background-color: #AC369E;
}
.BgClassName
{
background-color: #AC369E;
}
</style>
border-color css
<style>
span { border-color: #AC369E; }
span { border-color: rgb(172,54,158); }
td.TdClassName
{
border-color: #AC369E;
}
.TagClassName
{
border-color: #AC369E;
}
</style>