Shades of Medium Red Violet #AC3380
Tints of Medium Red Violet #AC3380
RGB
CMYK
RGB Variations
Color information
#AC3380 (or 0xAC3380) is known color: Medium Red Violet. HEX triplet: AC, 33 and 80. RGB value is (172,51,128). Sum of RGB (Red+Green+Blue) = 172+51+128=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3380 is #53CC7F. Grayscale: #5F5F5F. Windows color (decimal): -5491840 or 8401836. OLE color: 8401836.
HSL color Cylindrical-coordinate representation of color #AC3380: hue angle of 321.82º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3380 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 128 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.33 |
| HSL | 321.82º | 0.54% | 0.44% | - |
| HSV(B) | 321.82º | 0.7% | 0.67% | - |
| XYZ | 22.09 | 12.7 | 21.71 | - |
| YUV | 95.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 128 | 0 | 0.70 | 0.26 | 0.33 | 321.82 | 0.54 | 0.44 |
| Hex | AC | 33 | 80 | 0 | 46 | 1A | 21 | 142 | 36 | 2C |
| Octal | 254 | 63 | 200 | 0 | 106 | 32 | 41 | 502 | 66 | 54 |
| Binary | 10101100 | 110011 | 10000000 | 0 | 1000110 | 11010 | 100001 | 101000010 | 110110 | 101100 |
Color Harmonies of #AC3380
Complementary color
Monochromatic Colors of #AC3380
Black with #AC3380
Text Example
Text Example
White with #AC3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3380; }
p { color: rgb(172,51,128); }
H1.HeaderClassName
{
color: #AC3380;
}
.AnyTagClassName
{
color: #AC3380;
}
</style>
background-color css
<style>
a { background-color: #AC3380; }
a { background-color: rgb(172,51,128); }
div.DivClassName
{
background-color: #AC3380;
}
.BgClassName
{
background-color: #AC3380;
}
</style>
border-color css
<style>
span { border-color: #AC3380; }
span { border-color: rgb(172,51,128); }
td.TdClassName
{
border-color: #AC3380;
}
.TagClassName
{
border-color: #AC3380;
}
</style>