Shades of Medium Red Violet #AC2AA8
Tints of Medium Red Violet #AC2AA8
RGB
CMYK
RGB Variations
Color information
#AC2AA8 (or 0xAC2AA8) is known color: Medium Red Violet. HEX triplet: AC, 2A and A8. RGB value is (172,42,168). Sum of RGB (Red+Green+Blue) = 172+42+168=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2AA8 is #53D557. Grayscale: #5E5E5E. Windows color (decimal): -5494104 or 11020972. OLE color: 11020972.
HSL color Cylindrical-coordinate representation of color #AC2AA8: hue angle of 301.85º 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 #AC2AA8 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 168 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.33 |
| HSL | 301.85º | 0.61% | 0.42% | - |
| HSV(B) | 301.85º | 0.76% | 0.67% | - |
| XYZ | 24.91 | 13.25 | 38.29 | - |
| YUV | 95.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 168 | 0 | 0.76 | 0.02 | 0.33 | 301.85 | 0.61 | 0.42 |
| Hex | AC | 2A | A8 | 0 | 4C | 2 | 21 | 12E | 3D | 2A |
| Octal | 254 | 52 | 250 | 0 | 114 | 2 | 41 | 456 | 75 | 52 |
| Binary | 10101100 | 101010 | 10101000 | 0 | 1001100 | 10 | 100001 | 100101110 | 111101 | 101010 |
Color Harmonies of #AC2AA8
Complementary color
Monochromatic Colors of #AC2AA8
Black with #AC2AA8
Text Example
Text Example
White with #AC2AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2AA8; }
p { color: rgb(172,42,168); }
H1.HeaderClassName
{
color: #AC2AA8;
}
.AnyTagClassName
{
color: #AC2AA8;
}
</style>
background-color css
<style>
a { background-color: #AC2AA8; }
a { background-color: rgb(172,42,168); }
div.DivClassName
{
background-color: #AC2AA8;
}
.BgClassName
{
background-color: #AC2AA8;
}
</style>
border-color css
<style>
span { border-color: #AC2AA8; }
span { border-color: rgb(172,42,168); }
td.TdClassName
{
border-color: #AC2AA8;
}
.TagClassName
{
border-color: #AC2AA8;
}
</style>