Shades of Medium Red Violet #AC299A
Tints of Medium Red Violet #AC299A
RGB
CMYK
RGB Variations
Color information
#AC299A (or 0xAC299A) is known color: Medium Red Violet. HEX triplet: AC, 29 and 9A. RGB value is (172,41,154). Sum of RGB (Red+Green+Blue) = 172+41+154=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC299A is #53D665. Grayscale: #5C5C5C. Windows color (decimal): -5494374 or 10103212. OLE color: 10103212.
HSL color Cylindrical-coordinate representation of color #AC299A: hue angle of 308.24º degrees, saturation: 0.62, 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 #AC299A is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 154 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.33 |
| HSL | 308.24º | 0.62% | 0.42% | - |
| HSV(B) | 308.24º | 0.76% | 0.67% | - |
| XYZ | 23.64 | 12.69 | 31.78 | - |
| YUV | 93.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 154 | 0 | 0.76 | 0.10 | 0.33 | 308.24 | 0.62 | 0.42 |
| Hex | AC | 29 | 9A | 0 | 4C | A | 21 | 134 | 3E | 2A |
| Octal | 254 | 51 | 232 | 0 | 114 | 12 | 41 | 464 | 76 | 52 |
| Binary | 10101100 | 101001 | 10011010 | 0 | 1001100 | 1010 | 100001 | 100110100 | 111110 | 101010 |
Color Harmonies of #AC299A
Complementary color
Monochromatic Colors of #AC299A
Black with #AC299A
Text Example
Text Example
White with #AC299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC299A; }
p { color: rgb(172,41,154); }
H1.HeaderClassName
{
color: #AC299A;
}
.AnyTagClassName
{
color: #AC299A;
}
</style>
background-color css
<style>
a { background-color: #AC299A; }
a { background-color: rgb(172,41,154); }
div.DivClassName
{
background-color: #AC299A;
}
.BgClassName
{
background-color: #AC299A;
}
</style>
border-color css
<style>
span { border-color: #AC299A; }
span { border-color: rgb(172,41,154); }
td.TdClassName
{
border-color: #AC299A;
}
.TagClassName
{
border-color: #AC299A;
}
</style>