Shades of Medium Red Violet #AC2F9C
Tints of Medium Red Violet #AC2F9C
RGB
CMYK
RGB Variations
Color information
#AC2F9C (or 0xAC2F9C) is known color: Medium Red Violet. HEX triplet: AC, 2F and 9C. RGB value is (172,47,156). Sum of RGB (Red+Green+Blue) = 172+47+156=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2F9C is #53D063. Grayscale: #606060. Windows color (decimal): -5492836 or 10235820. OLE color: 10235820.
HSL color Cylindrical-coordinate representation of color #AC2F9C: hue angle of 307.68º degrees, saturation: 0.57, 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 #AC2F9C is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 156 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.33 |
| HSL | 307.68º | 0.57% | 0.43% | - |
| HSV(B) | 307.68º | 0.73% | 0.67% | - |
| XYZ | 24.03 | 13.2 | 32.73 | - |
| YUV | 96.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 156 | 0 | 0.73 | 0.09 | 0.33 | 307.68 | 0.57 | 0.43 |
| Hex | AC | 2F | 9C | 0 | 49 | 9 | 21 | 134 | 39 | 2B |
| Octal | 254 | 57 | 234 | 0 | 111 | 11 | 41 | 464 | 71 | 53 |
| Binary | 10101100 | 101111 | 10011100 | 0 | 1001001 | 1001 | 100001 | 100110100 | 111001 | 101011 |
Color Harmonies of #AC2F9C
Complementary color
Monochromatic Colors of #AC2F9C
Black with #AC2F9C
Text Example
Text Example
White with #AC2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2F9C; }
p { color: rgb(172,47,156); }
H1.HeaderClassName
{
color: #AC2F9C;
}
.AnyTagClassName
{
color: #AC2F9C;
}
</style>
background-color css
<style>
a { background-color: #AC2F9C; }
a { background-color: rgb(172,47,156); }
div.DivClassName
{
background-color: #AC2F9C;
}
.BgClassName
{
background-color: #AC2F9C;
}
</style>
border-color css
<style>
span { border-color: #AC2F9C; }
span { border-color: rgb(172,47,156); }
td.TdClassName
{
border-color: #AC2F9C;
}
.TagClassName
{
border-color: #AC2F9C;
}
</style>