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