Shades of Medium Violet Red #AC1092
Tints of Medium Violet Red #AC1092
RGB
CMYK
RGB Variations
Color information
#AC1092 (or 0xAC1092) is known color: Medium Violet Red. HEX triplet: AC, 10 and 92. RGB value is (172,16,146). Sum of RGB (Red+Green+Blue) = 172+16+146=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1092 is #53EF6D. Grayscale: #4D4D4D. Windows color (decimal): -5500782 or 9572524. OLE color: 9572524.
HSL color Cylindrical-coordinate representation of color #AC1092: hue angle of 310º 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 #AC1092 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 146 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.33 |
| HSL | 310º | 0.83% | 0.37% | - |
| HSV(B) | 310º | 0.91% | 0.67% | - |
| XYZ | 22.39 | 11.22 | 28.18 | - |
| YUV | 77.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 146 | 0 | 0.91 | 0.15 | 0.33 | 310 | 0.83 | 0.37 |
| Hex | AC | 10 | 92 | 0 | 5B | F | 21 | 136 | 53 | 25 |
| Octal | 254 | 20 | 222 | 0 | 133 | 17 | 41 | 466 | 123 | 45 |
| Binary | 10101100 | 10000 | 10010010 | 0 | 1011011 | 1111 | 100001 | 100110110 | 1010011 | 100101 |
Color Harmonies of #AC1092
Complementary color
Monochromatic Colors of #AC1092
Black with #AC1092
Text Example
Text Example
White with #AC1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1092; }
p { color: rgb(172,16,146); }
H1.HeaderClassName
{
color: #AC1092;
}
.AnyTagClassName
{
color: #AC1092;
}
</style>
background-color css
<style>
a { background-color: #AC1092; }
a { background-color: rgb(172,16,146); }
div.DivClassName
{
background-color: #AC1092;
}
.BgClassName
{
background-color: #AC1092;
}
</style>
border-color css
<style>
span { border-color: #AC1092; }
span { border-color: rgb(172,16,146); }
td.TdClassName
{
border-color: #AC1092;
}
.TagClassName
{
border-color: #AC1092;
}
</style>