Shades of Medium Red Violet #AC209C
Tints of Medium Red Violet #AC209C
RGB
CMYK
RGB Variations
Color information
#AC209C (or 0xAC209C) is known color: Medium Red Violet. HEX triplet: AC, 20 and 9C. RGB value is (172,32,156). Sum of RGB (Red+Green+Blue) = 172+32+156=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC209C is #53DF63. Grayscale: #575757. Windows color (decimal): -5496676 or 10231980. OLE color: 10231980.
HSL color Cylindrical-coordinate representation of color #AC209C: hue angle of 306.86º 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 #AC209C is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 156 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.33 |
| HSL | 306.86º | 0.69% | 0.4% | - |
| HSV(B) | 306.86º | 0.81% | 0.67% | - |
| XYZ | 23.53 | 12.2 | 32.57 | - |
| YUV | 88 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 156 | 0 | 0.81 | 0.09 | 0.33 | 306.86 | 0.69 | 0.4 |
| Hex | AC | 20 | 9C | 0 | 51 | 9 | 21 | 133 | 45 | 28 |
| Octal | 254 | 40 | 234 | 0 | 121 | 11 | 41 | 463 | 105 | 50 |
| Binary | 10101100 | 100000 | 10011100 | 0 | 1010001 | 1001 | 100001 | 100110011 | 1000101 | 101000 |
Color Harmonies of #AC209C
Complementary color
Monochromatic Colors of #AC209C
Black with #AC209C
Text Example
Text Example
White with #AC209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC209C; }
p { color: rgb(172,32,156); }
H1.HeaderClassName
{
color: #AC209C;
}
.AnyTagClassName
{
color: #AC209C;
}
</style>
background-color css
<style>
a { background-color: #AC209C; }
a { background-color: rgb(172,32,156); }
div.DivClassName
{
background-color: #AC209C;
}
.BgClassName
{
background-color: #AC209C;
}
</style>
border-color css
<style>
span { border-color: #AC209C; }
span { border-color: rgb(172,32,156); }
td.TdClassName
{
border-color: #AC209C;
}
.TagClassName
{
border-color: #AC209C;
}
</style>