Shades of Medium Orchid #AC40EC
Tints of Medium Orchid #AC40EC
RGB
CMYK
RGB Variations
Color information
#AC40EC (or 0xAC40EC) is known color: Medium Orchid. HEX triplet: AC, 40 and EC. RGB value is (172,64,236). Sum of RGB (Red+Green+Blue) = 172+64+236=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC40EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40EC is #53BF13. Grayscale: #737373. Windows color (decimal): -5488404 or 15483052. OLE color: 15483052.
HSL color Cylindrical-coordinate representation of color #AC40EC: hue angle of 277.67º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC40EC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 64 | 236 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.07 |
| HSL | 277.67º | 0.82% | 0.59% | - |
| HSV(B) | 277.67º | 0.73% | 0.93% | - |
| XYZ | 33.99 | 18.49 | 81.14 | - |
| YUV | 115.9 | 195.78 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 236 | 0.27 | 0.73 | 0 | 0.07 | 277.67 | 0.82 | 0.59 |
| Hex | AC | 40 | EC | 1B | 49 | 0 | 7 | 116 | 52 | 3B |
| Octal | 254 | 100 | 354 | 33 | 111 | 0 | 7 | 426 | 122 | 73 |
| Binary | 10101100 | 1000000 | 11101100 | 11011 | 1001001 | 0 | 111 | 100010110 | 1010010 | 111011 |
Color Harmonies of #AC40EC
Complementary color
Monochromatic Colors of #AC40EC
Black with #AC40EC
Text Example
Text Example
White with #AC40EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40EC; }
p { color: rgb(172,64,236); }
H1.HeaderClassName
{
color: #AC40EC;
}
.AnyTagClassName
{
color: #AC40EC;
}
</style>
background-color css
<style>
a { background-color: #AC40EC; }
a { background-color: rgb(172,64,236); }
div.DivClassName
{
background-color: #AC40EC;
}
.BgClassName
{
background-color: #AC40EC;
}
</style>
border-color css
<style>
span { border-color: #AC40EC; }
span { border-color: rgb(172,64,236); }
td.TdClassName
{
border-color: #AC40EC;
}
.TagClassName
{
border-color: #AC40EC;
}
</style>