Shades of Medium Red Violet #AC209F
Tints of Medium Red Violet #AC209F
RGB
CMYK
RGB Variations
Color information
#AC209F (or 0xAC209F) is known color: Medium Red Violet. HEX triplet: AC, 20 and 9F. RGB value is (172,32,159). Sum of RGB (Red+Green+Blue) = 172+32+159=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC209F is #53DF60. Grayscale: #575757. Windows color (decimal): -5496673 or 10428588. OLE color: 10428588.
HSL color Cylindrical-coordinate representation of color #AC209F: hue angle of 305.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC209F is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 159 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.33 |
| HSL | 305.57º | 0.69% | 0.4% | - |
| HSV(B) | 305.57º | 0.81% | 0.67% | - |
| XYZ | 23.79 | 12.31 | 33.92 | - |
| YUV | 88.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 159 | 0 | 0.81 | 0.08 | 0.33 | 305.57 | 0.69 | 0.4 |
| Hex | AC | 20 | 9F | 0 | 51 | 8 | 21 | 132 | 45 | 28 |
| Octal | 254 | 40 | 237 | 0 | 121 | 10 | 41 | 462 | 105 | 50 |
| Binary | 10101100 | 100000 | 10011111 | 0 | 1010001 | 1000 | 100001 | 100110010 | 1000101 | 101000 |
Color Harmonies of #AC209F
Complementary color
Monochromatic Colors of #AC209F
Black with #AC209F
Text Example
Text Example
White with #AC209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC209F; }
p { color: rgb(172,32,159); }
H1.HeaderClassName
{
color: #AC209F;
}
.AnyTagClassName
{
color: #AC209F;
}
</style>
background-color css
<style>
a { background-color: #AC209F; }
a { background-color: rgb(172,32,159); }
div.DivClassName
{
background-color: #AC209F;
}
.BgClassName
{
background-color: #AC209F;
}
</style>
border-color css
<style>
span { border-color: #AC209F; }
span { border-color: rgb(172,32,159); }
td.TdClassName
{
border-color: #AC209F;
}
.TagClassName
{
border-color: #AC209F;
}
</style>