Shades of Medium Red Violet #AC2385
Tints of Medium Red Violet #AC2385
RGB
CMYK
RGB Variations
Color information
#AC2385 (or 0xAC2385) is known color: Medium Red Violet. HEX triplet: AC, 23 and 85. RGB value is (172,35,133). Sum of RGB (Red+Green+Blue) = 172+35+133=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2385 is #53DC7A. Grayscale: #565656. Windows color (decimal): -5495931 or 8725420. OLE color: 8725420.
HSL color Cylindrical-coordinate representation of color #AC2385: hue angle of 317.08º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2385 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 133 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.33 |
| HSL | 317.08º | 0.66% | 0.41% | - |
| HSV(B) | 317.08º | 0.8% | 0.67% | - |
| XYZ | 21.85 | 11.67 | 23.29 | - |
| YUV | 87.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 133 | 0 | 0.80 | 0.23 | 0.33 | 317.08 | 0.66 | 0.41 |
| Hex | AC | 23 | 85 | 0 | 50 | 17 | 21 | 13D | 42 | 29 |
| Octal | 254 | 43 | 205 | 0 | 120 | 27 | 41 | 475 | 102 | 51 |
| Binary | 10101100 | 100011 | 10000101 | 0 | 1010000 | 10111 | 100001 | 100111101 | 1000010 | 101001 |
Color Harmonies of #AC2385
Complementary color
Monochromatic Colors of #AC2385
Black with #AC2385
Text Example
Text Example
White with #AC2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2385; }
p { color: rgb(172,35,133); }
H1.HeaderClassName
{
color: #AC2385;
}
.AnyTagClassName
{
color: #AC2385;
}
</style>
background-color css
<style>
a { background-color: #AC2385; }
a { background-color: rgb(172,35,133); }
div.DivClassName
{
background-color: #AC2385;
}
.BgClassName
{
background-color: #AC2385;
}
</style>
border-color css
<style>
span { border-color: #AC2385; }
span { border-color: rgb(172,35,133); }
td.TdClassName
{
border-color: #AC2385;
}
.TagClassName
{
border-color: #AC2385;
}
</style>