Shades of Medium Orchid #AC55EC
Tints of Medium Orchid #AC55EC
RGB
CMYK
RGB Variations
Color information
#AC55EC (or 0xAC55EC) is known color: Medium Orchid. HEX triplet: AC, 55 and EC. RGB value is (172,85,236). Sum of RGB (Red+Green+Blue) = 172+85+236=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC55EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55EC is #53AA13. Grayscale: #7F7F7F. Windows color (decimal): -5483028 or 15488428. OLE color: 15488428.
HSL color Cylindrical-coordinate representation of color #AC55EC: hue angle of 274.57º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC55EC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 85 | 236 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.07 |
| HSL | 274.57º | 0.8% | 0.63% | - |
| HSV(B) | 274.57º | 0.64% | 0.93% | - |
| XYZ | 35.4 | 21.32 | 81.61 | - |
| YUV | 128.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 236 | 0.27 | 0.64 | 0 | 0.07 | 274.57 | 0.8 | 0.63 |
| Hex | AC | 55 | EC | 1B | 40 | 0 | 7 | 113 | 50 | 3F |
| Octal | 254 | 125 | 354 | 33 | 100 | 0 | 7 | 423 | 120 | 77 |
| Binary | 10101100 | 1010101 | 11101100 | 11011 | 1000000 | 0 | 111 | 100010011 | 1010000 | 111111 |
Color Harmonies of #AC55EC
Complementary color
Monochromatic Colors of #AC55EC
Black with #AC55EC
Text Example
Text Example
White with #AC55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55EC; }
p { color: rgb(172,85,236); }
H1.HeaderClassName
{
color: #AC55EC;
}
.AnyTagClassName
{
color: #AC55EC;
}
</style>
background-color css
<style>
a { background-color: #AC55EC; }
a { background-color: rgb(172,85,236); }
div.DivClassName
{
background-color: #AC55EC;
}
.BgClassName
{
background-color: #AC55EC;
}
</style>
border-color css
<style>
span { border-color: #AC55EC; }
span { border-color: rgb(172,85,236); }
td.TdClassName
{
border-color: #AC55EC;
}
.TagClassName
{
border-color: #AC55EC;
}
</style>