Shades of Medium Orchid #AC48EC
Tints of Medium Orchid #AC48EC
RGB
CMYK
RGB Variations
Color information
#AC48EC (or 0xAC48EC) is known color: Medium Orchid. HEX triplet: AC, 48 and EC. RGB value is (172,72,236). Sum of RGB (Red+Green+Blue) = 172+72+236=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC48EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC48EC is #53B713. Grayscale: #787878. Windows color (decimal): -5486356 or 15485100. OLE color: 15485100.
HSL color Cylindrical-coordinate representation of color #AC48EC: hue angle of 276.59º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC48EC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 72 | 236 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.07 |
| HSL | 276.59º | 0.81% | 0.6% | - |
| HSV(B) | 276.59º | 0.69% | 0.93% | - |
| XYZ | 34.47 | 19.46 | 81.3 | - |
| YUV | 120.6 | 193.13 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 236 | 0.27 | 0.69 | 0 | 0.07 | 276.59 | 0.81 | 0.6 |
| Hex | AC | 48 | EC | 1B | 45 | 0 | 7 | 115 | 51 | 3C |
| Octal | 254 | 110 | 354 | 33 | 105 | 0 | 7 | 425 | 121 | 74 |
| Binary | 10101100 | 1001000 | 11101100 | 11011 | 1000101 | 0 | 111 | 100010101 | 1010001 | 111100 |
Color Harmonies of #AC48EC
Complementary color
Monochromatic Colors of #AC48EC
Black with #AC48EC
Text Example
Text Example
White with #AC48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC48EC; }
p { color: rgb(172,72,236); }
H1.HeaderClassName
{
color: #AC48EC;
}
.AnyTagClassName
{
color: #AC48EC;
}
</style>
background-color css
<style>
a { background-color: #AC48EC; }
a { background-color: rgb(172,72,236); }
div.DivClassName
{
background-color: #AC48EC;
}
.BgClassName
{
background-color: #AC48EC;
}
</style>
border-color css
<style>
span { border-color: #AC48EC; }
span { border-color: rgb(172,72,236); }
td.TdClassName
{
border-color: #AC48EC;
}
.TagClassName
{
border-color: #AC48EC;
}
</style>