Shades of Medium Red Violet #AC3992
Tints of Medium Red Violet #AC3992
RGB
CMYK
RGB Variations
Color information
#AC3992 (or 0xAC3992) is known color: Medium Red Violet. HEX triplet: AC, 39 and 92. RGB value is (172,57,146). Sum of RGB (Red+Green+Blue) = 172+57+146=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3992 is #53C66D. Grayscale: #656565. Windows color (decimal): -5490286 or 9583020. OLE color: 9583020.
HSL color Cylindrical-coordinate representation of color #AC3992: hue angle of 313.57º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3992 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 146 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.33 |
| HSL | 313.57º | 0.5% | 0.45% | - |
| HSV(B) | 313.57º | 0.67% | 0.67% | - |
| XYZ | 23.66 | 13.77 | 28.61 | - |
| YUV | 101.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 146 | 0 | 0.67 | 0.15 | 0.33 | 313.57 | 0.5 | 0.45 |
| Hex | AC | 39 | 92 | 0 | 43 | F | 21 | 13A | 32 | 2D |
| Octal | 254 | 71 | 222 | 0 | 103 | 17 | 41 | 472 | 62 | 55 |
| Binary | 10101100 | 111001 | 10010010 | 0 | 1000011 | 1111 | 100001 | 100111010 | 110010 | 101101 |
Color Harmonies of #AC3992
Complementary color
Monochromatic Colors of #AC3992
Black with #AC3992
Text Example
Text Example
White with #AC3992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3992; }
p { color: rgb(172,57,146); }
H1.HeaderClassName
{
color: #AC3992;
}
.AnyTagClassName
{
color: #AC3992;
}
</style>
background-color css
<style>
a { background-color: #AC3992; }
a { background-color: rgb(172,57,146); }
div.DivClassName
{
background-color: #AC3992;
}
.BgClassName
{
background-color: #AC3992;
}
</style>
border-color css
<style>
span { border-color: #AC3992; }
span { border-color: rgb(172,57,146); }
td.TdClassName
{
border-color: #AC3992;
}
.TagClassName
{
border-color: #AC3992;
}
</style>