Shades of Medium Orchid #AC56F0
Tints of Medium Orchid #AC56F0
RGB
CMYK
RGB Variations
Color information
#AC56F0 (or 0xAC56F0) is known color: Medium Orchid. HEX triplet: AC, 56 and F0. RGB value is (172,86,240). Sum of RGB (Red+Green+Blue) = 172+86+240=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC56F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC56F0 is #53A90F. Grayscale: #808080. Windows color (decimal): -5482768 or 15750828. OLE color: 15750828.
HSL color Cylindrical-coordinate representation of color #AC56F0: hue angle of 273.51º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC56F0 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 86 | 240 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.06 |
| HSL | 273.51º | 0.84% | 0.64% | - |
| HSV(B) | 273.51º | 0.64% | 0.94% | - |
| XYZ | 36.07 | 21.72 | 84.73 | - |
| YUV | 129.27 | 190.49 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 240 | 0.28 | 0.64 | 0 | 0.06 | 273.51 | 0.84 | 0.64 |
| Hex | AC | 56 | F0 | 1C | 40 | 0 | 6 | 112 | 54 | 40 |
| Octal | 254 | 126 | 360 | 34 | 100 | 0 | 6 | 422 | 124 | 100 |
| Binary | 10101100 | 1010110 | 11110000 | 11100 | 1000000 | 0 | 110 | 100010010 | 1010100 | 1000000 |
Color Harmonies of #AC56F0
Complementary color
Monochromatic Colors of #AC56F0
Black with #AC56F0
Text Example
Text Example
White with #AC56F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56F0; }
p { color: rgb(172,86,240); }
H1.HeaderClassName
{
color: #AC56F0;
}
.AnyTagClassName
{
color: #AC56F0;
}
</style>
background-color css
<style>
a { background-color: #AC56F0; }
a { background-color: rgb(172,86,240); }
div.DivClassName
{
background-color: #AC56F0;
}
.BgClassName
{
background-color: #AC56F0;
}
</style>
border-color css
<style>
span { border-color: #AC56F0; }
span { border-color: rgb(172,86,240); }
td.TdClassName
{
border-color: #AC56F0;
}
.TagClassName
{
border-color: #AC56F0;
}
</style>