Shades of Medium Red Violet #AC3282
Tints of Medium Red Violet #AC3282
RGB
CMYK
RGB Variations
Color information
#AC3282 (or 0xAC3282) is known color: Medium Red Violet. HEX triplet: AC, 32 and 82. RGB value is (172,50,130). Sum of RGB (Red+Green+Blue) = 172+50+130=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3282 is #53CD7D. Grayscale: #5F5F5F. Windows color (decimal): -5492094 or 8532652. OLE color: 8532652.
HSL color Cylindrical-coordinate representation of color #AC3282: hue angle of 320.66º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3282 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 130 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.33 |
| HSL | 320.66º | 0.55% | 0.44% | - |
| HSV(B) | 320.66º | 0.71% | 0.67% | - |
| XYZ | 22.18 | 12.66 | 22.39 | - |
| YUV | 95.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 130 | 0 | 0.71 | 0.24 | 0.33 | 320.66 | 0.55 | 0.44 |
| Hex | AC | 32 | 82 | 0 | 47 | 18 | 21 | 141 | 37 | 2C |
| Octal | 254 | 62 | 202 | 0 | 107 | 30 | 41 | 501 | 67 | 54 |
| Binary | 10101100 | 110010 | 10000010 | 0 | 1000111 | 11000 | 100001 | 101000001 | 110111 | 101100 |
Color Harmonies of #AC3282
Complementary color
Monochromatic Colors of #AC3282
Black with #AC3282
Text Example
Text Example
White with #AC3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3282; }
p { color: rgb(172,50,130); }
H1.HeaderClassName
{
color: #AC3282;
}
.AnyTagClassName
{
color: #AC3282;
}
</style>
background-color css
<style>
a { background-color: #AC3282; }
a { background-color: rgb(172,50,130); }
div.DivClassName
{
background-color: #AC3282;
}
.BgClassName
{
background-color: #AC3282;
}
</style>
border-color css
<style>
span { border-color: #AC3282; }
span { border-color: rgb(172,50,130); }
td.TdClassName
{
border-color: #AC3282;
}
.TagClassName
{
border-color: #AC3282;
}
</style>