Shades of Medium Red Violet #AC4385
Tints of Medium Red Violet #AC4385
RGB
CMYK
RGB Variations
Color information
#AC4385 (or 0xAC4385) is known color: Medium Red Violet. HEX triplet: AC, 43 and 85. RGB value is (172,67,133). Sum of RGB (Red+Green+Blue) = 172+67+133=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4385 is #53BC7A. Grayscale: #696969. Windows color (decimal): -5487739 or 8733612. OLE color: 8733612.
HSL color Cylindrical-coordinate representation of color #AC4385: hue angle of 322.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4385 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 133 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.33 |
| HSL | 322.29º | 0.44% | 0.47% | - |
| HSV(B) | 322.29º | 0.61% | 0.67% | - |
| XYZ | 23.25 | 14.48 | 23.76 | - |
| YUV | 105.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 133 | 0 | 0.61 | 0.23 | 0.33 | 322.29 | 0.44 | 0.47 |
| Hex | AC | 43 | 85 | 0 | 3D | 17 | 21 | 142 | 2C | 2F |
| Octal | 254 | 103 | 205 | 0 | 75 | 27 | 41 | 502 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10000101 | 0 | 111101 | 10111 | 100001 | 101000010 | 101100 | 101111 |
Color Harmonies of #AC4385
Complementary color
Monochromatic Colors of #AC4385
Black with #AC4385
Text Example
Text Example
White with #AC4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4385; }
p { color: rgb(172,67,133); }
H1.HeaderClassName
{
color: #AC4385;
}
.AnyTagClassName
{
color: #AC4385;
}
</style>
background-color css
<style>
a { background-color: #AC4385; }
a { background-color: rgb(172,67,133); }
div.DivClassName
{
background-color: #AC4385;
}
.BgClassName
{
background-color: #AC4385;
}
</style>
border-color css
<style>
span { border-color: #AC4385; }
span { border-color: rgb(172,67,133); }
td.TdClassName
{
border-color: #AC4385;
}
.TagClassName
{
border-color: #AC4385;
}
</style>