Shades of Medium Red Violet #AC3280
Tints of Medium Red Violet #AC3280
RGB
CMYK
RGB Variations
Color information
#AC3280 (or 0xAC3280) is known color: Medium Red Violet. HEX triplet: AC, 32 and 80. RGB value is (172,50,128). Sum of RGB (Red+Green+Blue) = 172+50+128=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3280 is #53CD7F. Grayscale: #5F5F5F. Windows color (decimal): -5492096 or 8401580. OLE color: 8401580.
HSL color Cylindrical-coordinate representation of color #AC3280: hue angle of 321.64º 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 #AC3280 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 128 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.33 |
| HSL | 321.64º | 0.55% | 0.44% | - |
| HSV(B) | 321.64º | 0.71% | 0.67% | - |
| XYZ | 22.05 | 12.61 | 21.69 | - |
| YUV | 95.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 128 | 0 | 0.71 | 0.26 | 0.33 | 321.64 | 0.55 | 0.44 |
| Hex | AC | 32 | 80 | 0 | 47 | 1A | 21 | 142 | 37 | 2C |
| Octal | 254 | 62 | 200 | 0 | 107 | 32 | 41 | 502 | 67 | 54 |
| Binary | 10101100 | 110010 | 10000000 | 0 | 1000111 | 11010 | 100001 | 101000010 | 110111 | 101100 |
Color Harmonies of #AC3280
Complementary color
Monochromatic Colors of #AC3280
Black with #AC3280
Text Example
Text Example
White with #AC3280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3280; }
p { color: rgb(172,50,128); }
H1.HeaderClassName
{
color: #AC3280;
}
.AnyTagClassName
{
color: #AC3280;
}
</style>
background-color css
<style>
a { background-color: #AC3280; }
a { background-color: rgb(172,50,128); }
div.DivClassName
{
background-color: #AC3280;
}
.BgClassName
{
background-color: #AC3280;
}
</style>
border-color css
<style>
span { border-color: #AC3280; }
span { border-color: rgb(172,50,128); }
td.TdClassName
{
border-color: #AC3280;
}
.TagClassName
{
border-color: #AC3280;
}
</style>