Shades of Medium Red Violet #AC299B
Tints of Medium Red Violet #AC299B
RGB
CMYK
RGB Variations
Color information
#AC299B (or 0xAC299B) is known color: Medium Red Violet. HEX triplet: AC, 29 and 9B. RGB value is (172,41,155). Sum of RGB (Red+Green+Blue) = 172+41+155=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC299B is #53D664. Grayscale: #5C5C5C. Windows color (decimal): -5494373 or 10168748. OLE color: 10168748.
HSL color Cylindrical-coordinate representation of color #AC299B: hue angle of 307.79º 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 #AC299B is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 155 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.33 |
| HSL | 307.79º | 0.62% | 0.42% | - |
| HSV(B) | 307.79º | 0.76% | 0.67% | - |
| XYZ | 23.72 | 12.72 | 32.22 | - |
| YUV | 93.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 155 | 0 | 0.76 | 0.10 | 0.33 | 307.79 | 0.62 | 0.42 |
| Hex | AC | 29 | 9B | 0 | 4C | A | 21 | 134 | 3E | 2A |
| Octal | 254 | 51 | 233 | 0 | 114 | 12 | 41 | 464 | 76 | 52 |
| Binary | 10101100 | 101001 | 10011011 | 0 | 1001100 | 1010 | 100001 | 100110100 | 111110 | 101010 |
Color Harmonies of #AC299B
Complementary color
Monochromatic Colors of #AC299B
Black with #AC299B
Text Example
Text Example
White with #AC299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC299B; }
p { color: rgb(172,41,155); }
H1.HeaderClassName
{
color: #AC299B;
}
.AnyTagClassName
{
color: #AC299B;
}
</style>
background-color css
<style>
a { background-color: #AC299B; }
a { background-color: rgb(172,41,155); }
div.DivClassName
{
background-color: #AC299B;
}
.BgClassName
{
background-color: #AC299B;
}
</style>
border-color css
<style>
span { border-color: #AC299B; }
span { border-color: rgb(172,41,155); }
td.TdClassName
{
border-color: #AC299B;
}
.TagClassName
{
border-color: #AC299B;
}
</style>