Shades of Medium Red Violet #AC208C
Tints of Medium Red Violet #AC208C
RGB
CMYK
RGB Variations
Color information
#AC208C (or 0xAC208C) is known color: Medium Red Violet. HEX triplet: AC, 20 and 8C. RGB value is (172,32,140). Sum of RGB (Red+Green+Blue) = 172+32+140=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC208C is #53DF73. Grayscale: #555555. Windows color (decimal): -5496692 or 9183404. OLE color: 9183404.
HSL color Cylindrical-coordinate representation of color #AC208C: hue angle of 313.71º 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 #AC208C is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 140 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.33 |
| HSL | 313.71º | 0.69% | 0.4% | - |
| HSV(B) | 313.71º | 0.81% | 0.67% | - |
| XYZ | 22.26 | 11.7 | 25.9 | - |
| YUV | 86.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 140 | 0 | 0.81 | 0.19 | 0.33 | 313.71 | 0.69 | 0.4 |
| Hex | AC | 20 | 8C | 0 | 51 | 13 | 21 | 13A | 45 | 28 |
| Octal | 254 | 40 | 214 | 0 | 121 | 23 | 41 | 472 | 105 | 50 |
| Binary | 10101100 | 100000 | 10001100 | 0 | 1010001 | 10011 | 100001 | 100111010 | 1000101 | 101000 |
Color Harmonies of #AC208C
Complementary color
Monochromatic Colors of #AC208C
Black with #AC208C
Text Example
Text Example
White with #AC208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC208C; }
p { color: rgb(172,32,140); }
H1.HeaderClassName
{
color: #AC208C;
}
.AnyTagClassName
{
color: #AC208C;
}
</style>
background-color css
<style>
a { background-color: #AC208C; }
a { background-color: rgb(172,32,140); }
div.DivClassName
{
background-color: #AC208C;
}
.BgClassName
{
background-color: #AC208C;
}
</style>
border-color css
<style>
span { border-color: #AC208C; }
span { border-color: rgb(172,32,140); }
td.TdClassName
{
border-color: #AC208C;
}
.TagClassName
{
border-color: #AC208C;
}
</style>