Shades of Medium Red Violet #AC4085
Tints of Medium Red Violet #AC4085
RGB
CMYK
RGB Variations
Color information
#AC4085 (or 0xAC4085) is known color: Medium Red Violet. HEX triplet: AC, 40 and 85. RGB value is (172,64,133). Sum of RGB (Red+Green+Blue) = 172+64+133=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4085 is #53BF7A. Grayscale: #676767. Windows color (decimal): -5488507 or 8732844. OLE color: 8732844.
HSL color Cylindrical-coordinate representation of color #AC4085: hue angle of 321.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4085 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 133 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.33 |
| HSL | 321.67º | 0.46% | 0.46% | - |
| HSV(B) | 321.67º | 0.63% | 0.67% | - |
| XYZ | 23.08 | 14.13 | 23.7 | - |
| YUV | 104.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 133 | 0 | 0.63 | 0.23 | 0.33 | 321.67 | 0.46 | 0.46 |
| Hex | AC | 40 | 85 | 0 | 3F | 17 | 21 | 142 | 2E | 2E |
| Octal | 254 | 100 | 205 | 0 | 77 | 27 | 41 | 502 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10000101 | 0 | 111111 | 10111 | 100001 | 101000010 | 101110 | 101110 |
Color Harmonies of #AC4085
Complementary color
Monochromatic Colors of #AC4085
Black with #AC4085
Text Example
Text Example
White with #AC4085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4085; }
p { color: rgb(172,64,133); }
H1.HeaderClassName
{
color: #AC4085;
}
.AnyTagClassName
{
color: #AC4085;
}
</style>
background-color css
<style>
a { background-color: #AC4085; }
a { background-color: rgb(172,64,133); }
div.DivClassName
{
background-color: #AC4085;
}
.BgClassName
{
background-color: #AC4085;
}
</style>
border-color css
<style>
span { border-color: #AC4085; }
span { border-color: rgb(172,64,133); }
td.TdClassName
{
border-color: #AC4085;
}
.TagClassName
{
border-color: #AC4085;
}
</style>