Shades of Medium Red Violet #AC3082
Tints of Medium Red Violet #AC3082
RGB
CMYK
RGB Variations
Color information
#AC3082 (or 0xAC3082) is known color: Medium Red Violet. HEX triplet: AC, 30 and 82. RGB value is (172,48,130). Sum of RGB (Red+Green+Blue) = 172+48+130=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3082 is #53CF7D. Grayscale: #5E5E5E. Windows color (decimal): -5492606 or 8532140. OLE color: 8532140.
HSL color Cylindrical-coordinate representation of color #AC3082: hue angle of 320.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3082 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 130 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.33 |
| HSL | 320.32º | 0.56% | 0.43% | - |
| HSV(B) | 320.32º | 0.72% | 0.67% | - |
| XYZ | 22.1 | 12.5 | 22.37 | - |
| YUV | 94.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 130 | 0 | 0.72 | 0.24 | 0.33 | 320.32 | 0.56 | 0.43 |
| Hex | AC | 30 | 82 | 0 | 48 | 18 | 21 | 140 | 38 | 2B |
| Octal | 254 | 60 | 202 | 0 | 110 | 30 | 41 | 500 | 70 | 53 |
| Binary | 10101100 | 110000 | 10000010 | 0 | 1001000 | 11000 | 100001 | 101000000 | 111000 | 101011 |
Color Harmonies of #AC3082
Complementary color
Monochromatic Colors of #AC3082
Black with #AC3082
Text Example
Text Example
White with #AC3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3082; }
p { color: rgb(172,48,130); }
H1.HeaderClassName
{
color: #AC3082;
}
.AnyTagClassName
{
color: #AC3082;
}
</style>
background-color css
<style>
a { background-color: #AC3082; }
a { background-color: rgb(172,48,130); }
div.DivClassName
{
background-color: #AC3082;
}
.BgClassName
{
background-color: #AC3082;
}
</style>
border-color css
<style>
span { border-color: #AC3082; }
span { border-color: rgb(172,48,130); }
td.TdClassName
{
border-color: #AC3082;
}
.TagClassName
{
border-color: #AC3082;
}
</style>