Shades of Medium Orchid #AC45EC
Tints of Medium Orchid #AC45EC
RGB
CMYK
RGB Variations
Color information
#AC45EC (or 0xAC45EC) is known color: Medium Orchid. HEX triplet: AC, 45 and EC. RGB value is (172,69,236). Sum of RGB (Red+Green+Blue) = 172+69+236=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC45EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC45EC is #53BA13. Grayscale: #767676. Windows color (decimal): -5487124 or 15484332. OLE color: 15484332.
HSL color Cylindrical-coordinate representation of color #AC45EC: hue angle of 277.01º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC45EC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 69 | 236 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.07 |
| HSL | 277.01º | 0.81% | 0.6% | - |
| HSV(B) | 277.01º | 0.71% | 0.93% | - |
| XYZ | 34.28 | 19.08 | 81.23 | - |
| YUV | 118.84 | 194.12 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 236 | 0.27 | 0.71 | 0 | 0.07 | 277.01 | 0.81 | 0.6 |
| Hex | AC | 45 | EC | 1B | 47 | 0 | 7 | 115 | 51 | 3C |
| Octal | 254 | 105 | 354 | 33 | 107 | 0 | 7 | 425 | 121 | 74 |
| Binary | 10101100 | 1000101 | 11101100 | 11011 | 1000111 | 0 | 111 | 100010101 | 1010001 | 111100 |
Color Harmonies of #AC45EC
Complementary color
Monochromatic Colors of #AC45EC
Black with #AC45EC
Text Example
Text Example
White with #AC45EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC45EC; }
p { color: rgb(172,69,236); }
H1.HeaderClassName
{
color: #AC45EC;
}
.AnyTagClassName
{
color: #AC45EC;
}
</style>
background-color css
<style>
a { background-color: #AC45EC; }
a { background-color: rgb(172,69,236); }
div.DivClassName
{
background-color: #AC45EC;
}
.BgClassName
{
background-color: #AC45EC;
}
</style>
border-color css
<style>
span { border-color: #AC45EC; }
span { border-color: rgb(172,69,236); }
td.TdClassName
{
border-color: #AC45EC;
}
.TagClassName
{
border-color: #AC45EC;
}
</style>