Shades of Medium Violet Red #AC1095
Tints of Medium Violet Red #AC1095
RGB
CMYK
RGB Variations
Color information
#AC1095 (or 0xAC1095) is known color: Medium Violet Red. HEX triplet: AC, 10 and 95. RGB value is (172,16,149). Sum of RGB (Red+Green+Blue) = 172+16+149=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1095 is #53EF6A. Grayscale: #4D4D4D. Windows color (decimal): -5500779 or 9769132. OLE color: 9769132.
HSL color Cylindrical-coordinate representation of color #AC1095: hue angle of 308.85º 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 #AC1095 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 149 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.33 |
| HSL | 308.85º | 0.83% | 0.37% | - |
| HSV(B) | 308.85º | 0.91% | 0.67% | - |
| XYZ | 22.62 | 11.31 | 29.42 | - |
| YUV | 77.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 149 | 0 | 0.91 | 0.13 | 0.33 | 308.85 | 0.83 | 0.37 |
| Hex | AC | 10 | 95 | 0 | 5B | D | 21 | 135 | 53 | 25 |
| Octal | 254 | 20 | 225 | 0 | 133 | 15 | 41 | 465 | 123 | 45 |
| Binary | 10101100 | 10000 | 10010101 | 0 | 1011011 | 1101 | 100001 | 100110101 | 1010011 | 100101 |
Color Harmonies of #AC1095
Complementary color
Monochromatic Colors of #AC1095
Black with #AC1095
Text Example
Text Example
White with #AC1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1095; }
p { color: rgb(172,16,149); }
H1.HeaderClassName
{
color: #AC1095;
}
.AnyTagClassName
{
color: #AC1095;
}
</style>
background-color css
<style>
a { background-color: #AC1095; }
a { background-color: rgb(172,16,149); }
div.DivClassName
{
background-color: #AC1095;
}
.BgClassName
{
background-color: #AC1095;
}
</style>
border-color css
<style>
span { border-color: #AC1095; }
span { border-color: rgb(172,16,149); }
td.TdClassName
{
border-color: #AC1095;
}
.TagClassName
{
border-color: #AC1095;
}
</style>