Shades of Medium Red Violet #AC3698
Tints of Medium Red Violet #AC3698
RGB
CMYK
RGB Variations
Color information
#AC3698 (or 0xAC3698) is known color: Medium Red Violet. HEX triplet: AC, 36 and 98. RGB value is (172,54,152). Sum of RGB (Red+Green+Blue) = 172+54+152=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3698 is #53C967. Grayscale: #646464. Windows color (decimal): -5491048 or 9975468. OLE color: 9975468.
HSL color Cylindrical-coordinate representation of color #AC3698: hue angle of 310.17º 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 #AC3698 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 152 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.33 |
| HSL | 310.17º | 0.52% | 0.44% | - |
| HSV(B) | 310.17º | 0.69% | 0.67% | - |
| XYZ | 24 | 13.68 | 31.08 | - |
| YUV | 100.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 152 | 0 | 0.69 | 0.12 | 0.33 | 310.17 | 0.52 | 0.44 |
| Hex | AC | 36 | 98 | 0 | 45 | C | 21 | 136 | 34 | 2C |
| Octal | 254 | 66 | 230 | 0 | 105 | 14 | 41 | 466 | 64 | 54 |
| Binary | 10101100 | 110110 | 10011000 | 0 | 1000101 | 1100 | 100001 | 100110110 | 110100 | 101100 |
Color Harmonies of #AC3698
Complementary color
Monochromatic Colors of #AC3698
Black with #AC3698
Text Example
Text Example
White with #AC3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3698; }
p { color: rgb(172,54,152); }
H1.HeaderClassName
{
color: #AC3698;
}
.AnyTagClassName
{
color: #AC3698;
}
</style>
background-color css
<style>
a { background-color: #AC3698; }
a { background-color: rgb(172,54,152); }
div.DivClassName
{
background-color: #AC3698;
}
.BgClassName
{
background-color: #AC3698;
}
</style>
border-color css
<style>
span { border-color: #AC3698; }
span { border-color: rgb(172,54,152); }
td.TdClassName
{
border-color: #AC3698;
}
.TagClassName
{
border-color: #AC3698;
}
</style>