Shades of Medium Red Violet #AC217E
Tints of Medium Red Violet #AC217E
RGB
CMYK
RGB Variations
Color information
#AC217E (or 0xAC217E) is known color: Medium Red Violet. HEX triplet: AC, 21 and 7E. RGB value is (172,33,126). Sum of RGB (Red+Green+Blue) = 172+33+126=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC217E is #53DE81. Grayscale: #545454. Windows color (decimal): -5496450 or 8266156. OLE color: 8266156.
HSL color Cylindrical-coordinate representation of color #AC217E: hue angle of 319.86º degrees, saturation: 0.68, 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 #AC217E is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 126 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.33 |
| HSL | 319.86º | 0.68% | 0.4% | - |
| HSV(B) | 319.86º | 0.81% | 0.67% | - |
| XYZ | 21.32 | 11.36 | 20.81 | - |
| YUV | 85.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 126 | 0 | 0.81 | 0.27 | 0.33 | 319.86 | 0.68 | 0.4 |
| Hex | AC | 21 | 7E | 0 | 51 | 1B | 21 | 140 | 44 | 28 |
| Octal | 254 | 41 | 176 | 0 | 121 | 33 | 41 | 500 | 104 | 50 |
| Binary | 10101100 | 100001 | 1111110 | 0 | 1010001 | 11011 | 100001 | 101000000 | 1000100 | 101000 |
Color Harmonies of #AC217E
Complementary color
Monochromatic Colors of #AC217E
Black with #AC217E
Text Example
Text Example
White with #AC217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC217E; }
p { color: rgb(172,33,126); }
H1.HeaderClassName
{
color: #AC217E;
}
.AnyTagClassName
{
color: #AC217E;
}
</style>
background-color css
<style>
a { background-color: #AC217E; }
a { background-color: rgb(172,33,126); }
div.DivClassName
{
background-color: #AC217E;
}
.BgClassName
{
background-color: #AC217E;
}
</style>
border-color css
<style>
span { border-color: #AC217E; }
span { border-color: rgb(172,33,126); }
td.TdClassName
{
border-color: #AC217E;
}
.TagClassName
{
border-color: #AC217E;
}
</style>