Shades of Medium Red Violet #AC2D9B
Tints of Medium Red Violet #AC2D9B
RGB
CMYK
RGB Variations
Color information
#AC2D9B (or 0xAC2D9B) is known color: Medium Red Violet. HEX triplet: AC, 2D and 9B. RGB value is (172,45,155). Sum of RGB (Red+Green+Blue) = 172+45+155=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2D9B is #53D264. Grayscale: #5F5F5F. Windows color (decimal): -5493349 or 10169772. OLE color: 10169772.
HSL color Cylindrical-coordinate representation of color #AC2D9B: hue angle of 308.03º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2D9B is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 155 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.33 |
| HSL | 308.03º | 0.59% | 0.43% | - |
| HSV(B) | 308.03º | 0.74% | 0.67% | - |
| XYZ | 23.87 | 13.01 | 32.26 | - |
| YUV | 95.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 155 | 0 | 0.74 | 0.10 | 0.33 | 308.03 | 0.59 | 0.43 |
| Hex | AC | 2D | 9B | 0 | 4A | A | 21 | 134 | 3B | 2B |
| Octal | 254 | 55 | 233 | 0 | 112 | 12 | 41 | 464 | 73 | 53 |
| Binary | 10101100 | 101101 | 10011011 | 0 | 1001010 | 1010 | 100001 | 100110100 | 111011 | 101011 |
Color Harmonies of #AC2D9B
Complementary color
Monochromatic Colors of #AC2D9B
Black with #AC2D9B
Text Example
Text Example
White with #AC2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D9B; }
p { color: rgb(172,45,155); }
H1.HeaderClassName
{
color: #AC2D9B;
}
.AnyTagClassName
{
color: #AC2D9B;
}
</style>
background-color css
<style>
a { background-color: #AC2D9B; }
a { background-color: rgb(172,45,155); }
div.DivClassName
{
background-color: #AC2D9B;
}
.BgClassName
{
background-color: #AC2D9B;
}
</style>
border-color css
<style>
span { border-color: #AC2D9B; }
span { border-color: rgb(172,45,155); }
td.TdClassName
{
border-color: #AC2D9B;
}
.TagClassName
{
border-color: #AC2D9B;
}
</style>