Shades of Medium Violet Red #AC1085
Tints of Medium Violet Red #AC1085
RGB
CMYK
RGB Variations
Color information
#AC1085 (or 0xAC1085) is known color: Medium Violet Red. HEX triplet: AC, 10 and 85. RGB value is (172,16,133). Sum of RGB (Red+Green+Blue) = 172+16+133=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1085 is #53EF7A. Grayscale: #4B4B4B. Windows color (decimal): -5500795 or 8720556. OLE color: 8720556.
HSL color Cylindrical-coordinate representation of color #AC1085: hue angle of 315º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1085 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 133 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.33 |
| HSL | 315º | 0.83% | 0.37% | - |
| HSV(B) | 315º | 0.91% | 0.67% | - |
| XYZ | 21.43 | 10.83 | 23.15 | - |
| YUV | 75.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 133 | 0 | 0.91 | 0.23 | 0.33 | 315 | 0.83 | 0.37 |
| Hex | AC | 10 | 85 | 0 | 5B | 17 | 21 | 13B | 53 | 25 |
| Octal | 254 | 20 | 205 | 0 | 133 | 27 | 41 | 473 | 123 | 45 |
| Binary | 10101100 | 10000 | 10000101 | 0 | 1011011 | 10111 | 100001 | 100111011 | 1010011 | 100101 |
Color Harmonies of #AC1085
Complementary color
Monochromatic Colors of #AC1085
Black with #AC1085
Text Example
Text Example
White with #AC1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1085; }
p { color: rgb(172,16,133); }
H1.HeaderClassName
{
color: #AC1085;
}
.AnyTagClassName
{
color: #AC1085;
}
</style>
background-color css
<style>
a { background-color: #AC1085; }
a { background-color: rgb(172,16,133); }
div.DivClassName
{
background-color: #AC1085;
}
.BgClassName
{
background-color: #AC1085;
}
</style>
border-color css
<style>
span { border-color: #AC1085; }
span { border-color: rgb(172,16,133); }
td.TdClassName
{
border-color: #AC1085;
}
.TagClassName
{
border-color: #AC1085;
}
</style>