Shades of Medium Red Violet #AC2685
Tints of Medium Red Violet #AC2685
RGB
CMYK
RGB Variations
Color information
#AC2685 (or 0xAC2685) is known color: Medium Red Violet. HEX triplet: AC, 26 and 85. RGB value is (172,38,133). Sum of RGB (Red+Green+Blue) = 172+38+133=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2685 is #53D97A. Grayscale: #585858. Windows color (decimal): -5495163 or 8726188. OLE color: 8726188.
HSL color Cylindrical-coordinate representation of color #AC2685: hue angle of 317.46º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2685 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 133 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.33 |
| HSL | 317.46º | 0.64% | 0.41% | - |
| HSV(B) | 317.46º | 0.78% | 0.67% | - |
| XYZ | 21.94 | 11.85 | 23.32 | - |
| YUV | 88.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 133 | 0 | 0.78 | 0.23 | 0.33 | 317.46 | 0.64 | 0.41 |
| Hex | AC | 26 | 85 | 0 | 4E | 17 | 21 | 13D | 40 | 29 |
| Octal | 254 | 46 | 205 | 0 | 116 | 27 | 41 | 475 | 100 | 51 |
| Binary | 10101100 | 100110 | 10000101 | 0 | 1001110 | 10111 | 100001 | 100111101 | 1000000 | 101001 |
Color Harmonies of #AC2685
Complementary color
Monochromatic Colors of #AC2685
Black with #AC2685
Text Example
Text Example
White with #AC2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2685; }
p { color: rgb(172,38,133); }
H1.HeaderClassName
{
color: #AC2685;
}
.AnyTagClassName
{
color: #AC2685;
}
</style>
background-color css
<style>
a { background-color: #AC2685; }
a { background-color: rgb(172,38,133); }
div.DivClassName
{
background-color: #AC2685;
}
.BgClassName
{
background-color: #AC2685;
}
</style>
border-color css
<style>
span { border-color: #AC2685; }
span { border-color: rgb(172,38,133); }
td.TdClassName
{
border-color: #AC2685;
}
.TagClassName
{
border-color: #AC2685;
}
</style>