Shades of Medium Red Violet #AC2E9B
Tints of Medium Red Violet #AC2E9B
RGB
CMYK
RGB Variations
Color information
#AC2E9B (or 0xAC2E9B) is known color: Medium Red Violet. HEX triplet: AC, 2E and 9B. RGB value is (172,46,155). Sum of RGB (Red+Green+Blue) = 172+46+155=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2E9B is #53D164. Grayscale: #5F5F5F. Windows color (decimal): -5493093 or 10170028. OLE color: 10170028.
HSL color Cylindrical-coordinate representation of color #AC2E9B: hue angle of 308.1º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E9B is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 155 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.33 |
| HSL | 308.1º | 0.58% | 0.43% | - |
| HSV(B) | 308.1º | 0.73% | 0.67% | - |
| XYZ | 23.91 | 13.09 | 32.28 | - |
| YUV | 96.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 155 | 0 | 0.73 | 0.10 | 0.33 | 308.1 | 0.58 | 0.43 |
| Hex | AC | 2E | 9B | 0 | 49 | A | 21 | 134 | 3A | 2B |
| Octal | 254 | 56 | 233 | 0 | 111 | 12 | 41 | 464 | 72 | 53 |
| Binary | 10101100 | 101110 | 10011011 | 0 | 1001001 | 1010 | 100001 | 100110100 | 111010 | 101011 |
Color Harmonies of #AC2E9B
Complementary color
Monochromatic Colors of #AC2E9B
Black with #AC2E9B
Text Example
Text Example
White with #AC2E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E9B; }
p { color: rgb(172,46,155); }
H1.HeaderClassName
{
color: #AC2E9B;
}
.AnyTagClassName
{
color: #AC2E9B;
}
</style>
background-color css
<style>
a { background-color: #AC2E9B; }
a { background-color: rgb(172,46,155); }
div.DivClassName
{
background-color: #AC2E9B;
}
.BgClassName
{
background-color: #AC2E9B;
}
</style>
border-color css
<style>
span { border-color: #AC2E9B; }
span { border-color: rgb(172,46,155); }
td.TdClassName
{
border-color: #AC2E9B;
}
.TagClassName
{
border-color: #AC2E9B;
}
</style>