Shades of Medium Red Violet #AC3674
Tints of Medium Red Violet #AC3674
RGB
CMYK
RGB Variations
Color information
#AC3674 (or 0xAC3674) is known color: Medium Red Violet. HEX triplet: AC, 36 and 74. RGB value is (172,54,116). Sum of RGB (Red+Green+Blue) = 172+54+116=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3674 is #53C98B. Grayscale: #606060. Windows color (decimal): -5491084 or 7616172. OLE color: 7616172.
HSL color Cylindrical-coordinate representation of color #AC3674: hue angle of 328.47º 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 #AC3674 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 116 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.33 |
| HSL | 328.47º | 0.52% | 0.44% | - |
| HSV(B) | 328.47º | 0.69% | 0.67% | - |
| XYZ | 21.48 | 12.67 | 17.84 | - |
| YUV | 96.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 116 | 0 | 0.69 | 0.33 | 0.33 | 328.47 | 0.52 | 0.44 |
| Hex | AC | 36 | 74 | 0 | 45 | 21 | 21 | 148 | 34 | 2C |
| Octal | 254 | 66 | 164 | 0 | 105 | 41 | 41 | 510 | 64 | 54 |
| Binary | 10101100 | 110110 | 1110100 | 0 | 1000101 | 100001 | 100001 | 101001000 | 110100 | 101100 |
Color Harmonies of #AC3674
Complementary color
Monochromatic Colors of #AC3674
Black with #AC3674
Text Example
Text Example
White with #AC3674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3674; }
p { color: rgb(172,54,116); }
H1.HeaderClassName
{
color: #AC3674;
}
.AnyTagClassName
{
color: #AC3674;
}
</style>
background-color css
<style>
a { background-color: #AC3674; }
a { background-color: rgb(172,54,116); }
div.DivClassName
{
background-color: #AC3674;
}
.BgClassName
{
background-color: #AC3674;
}
</style>
border-color css
<style>
span { border-color: #AC3674; }
span { border-color: rgb(172,54,116); }
td.TdClassName
{
border-color: #AC3674;
}
.TagClassName
{
border-color: #AC3674;
}
</style>