Shades of Medium Violet Red #AC0085
Tints of Medium Violet Red #AC0085
RGB
CMYK
RGB Variations
Color information
#AC0085 (or 0xAC0085) is known color: Medium Violet Red. HEX triplet: AC, 00 and 85. RGB value is (172,0,133). Sum of RGB (Red+Green+Blue) = 172+0+133=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0085 is #53FF7A. Grayscale: #424242. Windows color (decimal): -5504891 or 8716460. OLE color: 8716460.
HSL color Cylindrical-coordinate representation of color #AC0085: hue angle of 313.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0085 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.23 | 0.33 |
| HSL | 313.6º | 1% | 0.34% | - |
| HSV(B) | 313.6º | 1% | 0.67% | - |
| XYZ | 21.25 | 10.46 | 23.09 | - |
| YUV | 66.59 | 165.48 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 133 | 0 | 1 | 0.23 | 0.33 | 313.6 | 1 | 0.34 |
| Hex | AC | 0 | 85 | 0 | 64 | 17 | 21 | 13A | 64 | 22 |
| Octal | 254 | 0 | 205 | 0 | 144 | 27 | 41 | 472 | 144 | 42 |
| Binary | 10101100 | 0 | 10000101 | 0 | 1100100 | 10111 | 100001 | 100111010 | 1100100 | 100010 |
Color Harmonies of #AC0085
Complementary color
Monochromatic Colors of #AC0085
Black with #AC0085
Text Example
Text Example
White with #AC0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0085; }
p { color: rgb(172,0,133); }
H1.HeaderClassName
{
color: #AC0085;
}
.AnyTagClassName
{
color: #AC0085;
}
</style>
background-color css
<style>
a { background-color: #AC0085; }
a { background-color: rgb(172,0,133); }
div.DivClassName
{
background-color: #AC0085;
}
.BgClassName
{
background-color: #AC0085;
}
</style>
border-color css
<style>
span { border-color: #AC0085; }
span { border-color: rgb(172,0,133); }
td.TdClassName
{
border-color: #AC0085;
}
.TagClassName
{
border-color: #AC0085;
}
</style>