Shades of Medium Orchid #AC46EC
Tints of Medium Orchid #AC46EC
RGB
CMYK
RGB Variations
Color information
#AC46EC (or 0xAC46EC) is known color: Medium Orchid. HEX triplet: AC, 46 and EC. RGB value is (172,70,236). Sum of RGB (Red+Green+Blue) = 172+70+236=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC46EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC46EC is #53B913. Grayscale: #767676. Windows color (decimal): -5486868 or 15484588. OLE color: 15484588.
HSL color Cylindrical-coordinate representation of color #AC46EC: hue angle of 276.87º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC46EC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 70 | 236 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.07 |
| HSL | 276.87º | 0.81% | 0.6% | - |
| HSV(B) | 276.87º | 0.7% | 0.93% | - |
| XYZ | 34.34 | 19.21 | 81.25 | - |
| YUV | 119.42 | 193.79 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 236 | 0.27 | 0.70 | 0 | 0.07 | 276.87 | 0.81 | 0.6 |
| Hex | AC | 46 | EC | 1B | 46 | 0 | 7 | 115 | 51 | 3C |
| Octal | 254 | 106 | 354 | 33 | 106 | 0 | 7 | 425 | 121 | 74 |
| Binary | 10101100 | 1000110 | 11101100 | 11011 | 1000110 | 0 | 111 | 100010101 | 1010001 | 111100 |
Color Harmonies of #AC46EC
Complementary color
Monochromatic Colors of #AC46EC
Black with #AC46EC
Text Example
Text Example
White with #AC46EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC46EC; }
p { color: rgb(172,70,236); }
H1.HeaderClassName
{
color: #AC46EC;
}
.AnyTagClassName
{
color: #AC46EC;
}
</style>
background-color css
<style>
a { background-color: #AC46EC; }
a { background-color: rgb(172,70,236); }
div.DivClassName
{
background-color: #AC46EC;
}
.BgClassName
{
background-color: #AC46EC;
}
</style>
border-color css
<style>
span { border-color: #AC46EC; }
span { border-color: rgb(172,70,236); }
td.TdClassName
{
border-color: #AC46EC;
}
.TagClassName
{
border-color: #AC46EC;
}
</style>