Shades of Medium Purple #AC71EC
Tints of Medium Purple #AC71EC
RGB
CMYK
RGB Variations
Color information
#AC71EC (or 0xAC71EC) is known color: Medium Purple. HEX triplet: AC, 71 and EC. RGB value is (172,113,236). Sum of RGB (Red+Green+Blue) = 172+113+236=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC71EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC71EC is #538E13. Grayscale: #909090. Windows color (decimal): -5475860 or 15495596. OLE color: 15495596.
HSL color Cylindrical-coordinate representation of color #AC71EC: hue angle of 268.78º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC71EC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 113 | 236 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.07 |
| HSL | 268.78º | 0.76% | 0.68% | - |
| HSV(B) | 268.78º | 0.52% | 0.93% | - |
| XYZ | 38.06 | 26.64 | 82.49 | - |
| YUV | 144.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 236 | 0.27 | 0.52 | 0 | 0.07 | 268.78 | 0.76 | 0.68 |
| Hex | AC | 71 | EC | 1B | 34 | 0 | 7 | 10D | 4C | 44 |
| Octal | 254 | 161 | 354 | 33 | 64 | 0 | 7 | 415 | 114 | 104 |
| Binary | 10101100 | 1110001 | 11101100 | 11011 | 110100 | 0 | 111 | 100001101 | 1001100 | 1000100 |
Color Harmonies of #AC71EC
Complementary color
Monochromatic Colors of #AC71EC
Black with #AC71EC
Text Example
Text Example
White with #AC71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71EC; }
p { color: rgb(172,113,236); }
H1.HeaderClassName
{
color: #AC71EC;
}
.AnyTagClassName
{
color: #AC71EC;
}
</style>
background-color css
<style>
a { background-color: #AC71EC; }
a { background-color: rgb(172,113,236); }
div.DivClassName
{
background-color: #AC71EC;
}
.BgClassName
{
background-color: #AC71EC;
}
</style>
border-color css
<style>
span { border-color: #AC71EC; }
span { border-color: rgb(172,113,236); }
td.TdClassName
{
border-color: #AC71EC;
}
.TagClassName
{
border-color: #AC71EC;
}
</style>