Shades of Medium Red Violet #AC2AA0
Tints of Medium Red Violet #AC2AA0
RGB
CMYK
RGB Variations
Color information
#AC2AA0 (or 0xAC2AA0) is known color: Medium Red Violet. HEX triplet: AC, 2A and A0. RGB value is (172,42,160). Sum of RGB (Red+Green+Blue) = 172+42+160=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2AA0 is #53D55F. Grayscale: #5D5D5D. Windows color (decimal): -5494112 or 10496684. OLE color: 10496684.
HSL color Cylindrical-coordinate representation of color #AC2AA0: hue angle of 305.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2AA0 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 160 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.33 |
| HSL | 305.54º | 0.61% | 0.42% | - |
| HSV(B) | 305.54º | 0.76% | 0.67% | - |
| XYZ | 24.19 | 12.96 | 34.49 | - |
| YUV | 94.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 160 | 0 | 0.76 | 0.07 | 0.33 | 305.54 | 0.61 | 0.42 |
| Hex | AC | 2A | A0 | 0 | 4C | 7 | 21 | 132 | 3D | 2A |
| Octal | 254 | 52 | 240 | 0 | 114 | 7 | 41 | 462 | 75 | 52 |
| Binary | 10101100 | 101010 | 10100000 | 0 | 1001100 | 111 | 100001 | 100110010 | 111101 | 101010 |
Color Harmonies of #AC2AA0
Complementary color
Monochromatic Colors of #AC2AA0
Black with #AC2AA0
Text Example
Text Example
White with #AC2AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2AA0; }
p { color: rgb(172,42,160); }
H1.HeaderClassName
{
color: #AC2AA0;
}
.AnyTagClassName
{
color: #AC2AA0;
}
</style>
background-color css
<style>
a { background-color: #AC2AA0; }
a { background-color: rgb(172,42,160); }
div.DivClassName
{
background-color: #AC2AA0;
}
.BgClassName
{
background-color: #AC2AA0;
}
</style>
border-color css
<style>
span { border-color: #AC2AA0; }
span { border-color: rgb(172,42,160); }
td.TdClassName
{
border-color: #AC2AA0;
}
.TagClassName
{
border-color: #AC2AA0;
}
</style>