Shades of Medium Purple #AC72EC
Tints of Medium Purple #AC72EC
RGB
CMYK
RGB Variations
Color information
#AC72EC (or 0xAC72EC) is known color: Medium Purple. HEX triplet: AC, 72 and EC. RGB value is (172,114,236). Sum of RGB (Red+Green+Blue) = 172+114+236=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC72EC is #538D13. Grayscale: #909090. Windows color (decimal): -5475604 or 15495852. OLE color: 15495852.
HSL color Cylindrical-coordinate representation of color #AC72EC: hue angle of 268.52º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC72EC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 114 | 236 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.07 |
| HSL | 268.52º | 0.76% | 0.69% | - |
| HSV(B) | 268.52º | 0.52% | 0.93% | - |
| XYZ | 38.17 | 26.86 | 82.53 | - |
| YUV | 145.25 | 179.22 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 236 | 0.27 | 0.52 | 0 | 0.07 | 268.52 | 0.76 | 0.69 |
| Hex | AC | 72 | EC | 1B | 34 | 0 | 7 | 10D | 4C | 45 |
| Octal | 254 | 162 | 354 | 33 | 64 | 0 | 7 | 415 | 114 | 105 |
| Binary | 10101100 | 1110010 | 11101100 | 11011 | 110100 | 0 | 111 | 100001101 | 1001100 | 1000101 |
Color Harmonies of #AC72EC
Complementary color
Monochromatic Colors of #AC72EC
Black with #AC72EC
Text Example
Text Example
White with #AC72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC72EC; }
p { color: rgb(172,114,236); }
H1.HeaderClassName
{
color: #AC72EC;
}
.AnyTagClassName
{
color: #AC72EC;
}
</style>
background-color css
<style>
a { background-color: #AC72EC; }
a { background-color: rgb(172,114,236); }
div.DivClassName
{
background-color: #AC72EC;
}
.BgClassName
{
background-color: #AC72EC;
}
</style>
border-color css
<style>
span { border-color: #AC72EC; }
span { border-color: rgb(172,114,236); }
td.TdClassName
{
border-color: #AC72EC;
}
.TagClassName
{
border-color: #AC72EC;
}
</style>