Shades of Medium Red Violet #AC3290
Tints of Medium Red Violet #AC3290
RGB
CMYK
RGB Variations
Color information
#AC3290 (or 0xAC3290) is known color: Medium Red Violet. HEX triplet: AC, 32 and 90. RGB value is (172,50,144). Sum of RGB (Red+Green+Blue) = 172+50+144=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3290 is #53CD6F. Grayscale: #606060. Windows color (decimal): -5492080 or 9450156. OLE color: 9450156.
HSL color Cylindrical-coordinate representation of color #AC3290: hue angle of 313.77º 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 #AC3290 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 144 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.33 |
| HSL | 313.77º | 0.55% | 0.44% | - |
| HSV(B) | 313.77º | 0.71% | 0.67% | - |
| XYZ | 23.19 | 13.07 | 27.69 | - |
| YUV | 97.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 144 | 0 | 0.71 | 0.16 | 0.33 | 313.77 | 0.55 | 0.44 |
| Hex | AC | 32 | 90 | 0 | 47 | 10 | 21 | 13A | 37 | 2C |
| Octal | 254 | 62 | 220 | 0 | 107 | 20 | 41 | 472 | 67 | 54 |
| Binary | 10101100 | 110010 | 10010000 | 0 | 1000111 | 10000 | 100001 | 100111010 | 110111 | 101100 |
Color Harmonies of #AC3290
Complementary color
Monochromatic Colors of #AC3290
Black with #AC3290
Text Example
Text Example
White with #AC3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3290; }
p { color: rgb(172,50,144); }
H1.HeaderClassName
{
color: #AC3290;
}
.AnyTagClassName
{
color: #AC3290;
}
</style>
background-color css
<style>
a { background-color: #AC3290; }
a { background-color: rgb(172,50,144); }
div.DivClassName
{
background-color: #AC3290;
}
.BgClassName
{
background-color: #AC3290;
}
</style>
border-color css
<style>
span { border-color: #AC3290; }
span { border-color: rgb(172,50,144); }
td.TdClassName
{
border-color: #AC3290;
}
.TagClassName
{
border-color: #AC3290;
}
</style>