Shades of Medium Red Violet #AC299E
Tints of Medium Red Violet #AC299E
RGB
CMYK
RGB Variations
Color information
#AC299E (or 0xAC299E) is known color: Medium Red Violet. HEX triplet: AC, 29 and 9E. RGB value is (172,41,158). Sum of RGB (Red+Green+Blue) = 172+41+158=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC299E is #53D661. Grayscale: #5D5D5D. Windows color (decimal): -5494370 or 10365356. OLE color: 10365356.
HSL color Cylindrical-coordinate representation of color #AC299E: hue angle of 306.41º 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 #AC299E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 158 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.33 |
| HSL | 306.41º | 0.62% | 0.42% | - |
| HSV(B) | 306.41º | 0.76% | 0.67% | - |
| XYZ | 23.98 | 12.83 | 33.56 | - |
| YUV | 93.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 158 | 0 | 0.76 | 0.08 | 0.33 | 306.41 | 0.62 | 0.42 |
| Hex | AC | 29 | 9E | 0 | 4C | 8 | 21 | 132 | 3E | 2A |
| Octal | 254 | 51 | 236 | 0 | 114 | 10 | 41 | 462 | 76 | 52 |
| Binary | 10101100 | 101001 | 10011110 | 0 | 1001100 | 1000 | 100001 | 100110010 | 111110 | 101010 |
Color Harmonies of #AC299E
Complementary color
Monochromatic Colors of #AC299E
Black with #AC299E
Text Example
Text Example
White with #AC299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC299E; }
p { color: rgb(172,41,158); }
H1.HeaderClassName
{
color: #AC299E;
}
.AnyTagClassName
{
color: #AC299E;
}
</style>
background-color css
<style>
a { background-color: #AC299E; }
a { background-color: rgb(172,41,158); }
div.DivClassName
{
background-color: #AC299E;
}
.BgClassName
{
background-color: #AC299E;
}
</style>
border-color css
<style>
span { border-color: #AC299E; }
span { border-color: rgb(172,41,158); }
td.TdClassName
{
border-color: #AC299E;
}
.TagClassName
{
border-color: #AC299E;
}
</style>