Shades of Medium Red Violet #AC3498
Tints of Medium Red Violet #AC3498
RGB
CMYK
RGB Variations
Color information
#AC3498 (or 0xAC3498) is known color: Medium Red Violet. HEX triplet: AC, 34 and 98. RGB value is (172,52,152). Sum of RGB (Red+Green+Blue) = 172+52+152=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3498 is #53CB67. Grayscale: #636363. Windows color (decimal): -5491560 or 9974956. OLE color: 9974956.
HSL color Cylindrical-coordinate representation of color #AC3498: hue angle of 310º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3498 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 152 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.33 |
| HSL | 310º | 0.54% | 0.44% | - |
| HSV(B) | 310º | 0.7% | 0.67% | - |
| XYZ | 23.91 | 13.49 | 31.05 | - |
| YUV | 99.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 152 | 0 | 0.70 | 0.12 | 0.33 | 310 | 0.54 | 0.44 |
| Hex | AC | 34 | 98 | 0 | 46 | C | 21 | 136 | 36 | 2C |
| Octal | 254 | 64 | 230 | 0 | 106 | 14 | 41 | 466 | 66 | 54 |
| Binary | 10101100 | 110100 | 10011000 | 0 | 1000110 | 1100 | 100001 | 100110110 | 110110 | 101100 |
Color Harmonies of #AC3498
Complementary color
Monochromatic Colors of #AC3498
Black with #AC3498
Text Example
Text Example
White with #AC3498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3498; }
p { color: rgb(172,52,152); }
H1.HeaderClassName
{
color: #AC3498;
}
.AnyTagClassName
{
color: #AC3498;
}
</style>
background-color css
<style>
a { background-color: #AC3498; }
a { background-color: rgb(172,52,152); }
div.DivClassName
{
background-color: #AC3498;
}
.BgClassName
{
background-color: #AC3498;
}
</style>
border-color css
<style>
span { border-color: #AC3498; }
span { border-color: rgb(172,52,152); }
td.TdClassName
{
border-color: #AC3498;
}
.TagClassName
{
border-color: #AC3498;
}
</style>