Shades of Medium Red Violet #AC34A0
Tints of Medium Red Violet #AC34A0
RGB
CMYK
RGB Variations
Color information
#AC34A0 (or 0xAC34A0) is known color: Medium Red Violet. HEX triplet: AC, 34 and A0. RGB value is (172,52,160). Sum of RGB (Red+Green+Blue) = 172+52+160=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC34A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC34A0 is #53CB5F. Grayscale: #636363. Windows color (decimal): -5491552 or 10499244. OLE color: 10499244.
HSL color Cylindrical-coordinate representation of color #AC34A0: hue angle of 306º 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 #AC34A0 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 160 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.33 |
| HSL | 306º | 0.54% | 0.44% | - |
| HSV(B) | 306º | 0.7% | 0.67% | - |
| XYZ | 24.59 | 13.76 | 34.62 | - |
| YUV | 100.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 160 | 0 | 0.70 | 0.07 | 0.33 | 306 | 0.54 | 0.44 |
| Hex | AC | 34 | A0 | 0 | 46 | 7 | 21 | 132 | 36 | 2C |
| Octal | 254 | 64 | 240 | 0 | 106 | 7 | 41 | 462 | 66 | 54 |
| Binary | 10101100 | 110100 | 10100000 | 0 | 1000110 | 111 | 100001 | 100110010 | 110110 | 101100 |
Color Harmonies of #AC34A0
Complementary color
Monochromatic Colors of #AC34A0
Black with #AC34A0
Text Example
Text Example
White with #AC34A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC34A0; }
p { color: rgb(172,52,160); }
H1.HeaderClassName
{
color: #AC34A0;
}
.AnyTagClassName
{
color: #AC34A0;
}
</style>
background-color css
<style>
a { background-color: #AC34A0; }
a { background-color: rgb(172,52,160); }
div.DivClassName
{
background-color: #AC34A0;
}
.BgClassName
{
background-color: #AC34A0;
}
</style>
border-color css
<style>
span { border-color: #AC34A0; }
span { border-color: rgb(172,52,160); }
td.TdClassName
{
border-color: #AC34A0;
}
.TagClassName
{
border-color: #AC34A0;
}
</style>