Shades of Medium Red Violet #AC3685
Tints of Medium Red Violet #AC3685
RGB
CMYK
RGB Variations
Color information
#AC3685 (or 0xAC3685) is known color: Medium Red Violet. HEX triplet: AC, 36 and 85. RGB value is (172,54,133). Sum of RGB (Red+Green+Blue) = 172+54+133=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3685 is #53C97A. Grayscale: #626262. Windows color (decimal): -5491067 or 8730284. OLE color: 8730284.
HSL color Cylindrical-coordinate representation of color #AC3685: hue angle of 319.83º 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 #AC3685 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 133 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.33 |
| HSL | 319.83º | 0.52% | 0.44% | - |
| HSV(B) | 319.83º | 0.69% | 0.67% | - |
| XYZ | 22.57 | 13.1 | 23.53 | - |
| YUV | 98.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 133 | 0 | 0.69 | 0.23 | 0.33 | 319.83 | 0.52 | 0.44 |
| Hex | AC | 36 | 85 | 0 | 45 | 17 | 21 | 140 | 34 | 2C |
| Octal | 254 | 66 | 205 | 0 | 105 | 27 | 41 | 500 | 64 | 54 |
| Binary | 10101100 | 110110 | 10000101 | 0 | 1000101 | 10111 | 100001 | 101000000 | 110100 | 101100 |
Color Harmonies of #AC3685
Complementary color
Monochromatic Colors of #AC3685
Black with #AC3685
Text Example
Text Example
White with #AC3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3685; }
p { color: rgb(172,54,133); }
H1.HeaderClassName
{
color: #AC3685;
}
.AnyTagClassName
{
color: #AC3685;
}
</style>
background-color css
<style>
a { background-color: #AC3685; }
a { background-color: rgb(172,54,133); }
div.DivClassName
{
background-color: #AC3685;
}
.BgClassName
{
background-color: #AC3685;
}
</style>
border-color css
<style>
span { border-color: #AC3685; }
span { border-color: rgb(172,54,133); }
td.TdClassName
{
border-color: #AC3685;
}
.TagClassName
{
border-color: #AC3685;
}
</style>