Shades of Medium Orchid #AC56ED
Tints of Medium Orchid #AC56ED
RGB
CMYK
RGB Variations
Color information
#AC56ED (or 0xAC56ED) is known color: Medium Orchid. HEX triplet: AC, 56 and ED. RGB value is (172,86,237). Sum of RGB (Red+Green+Blue) = 172+86+237=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC56ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC56ED is #53A912. Grayscale: #808080. Windows color (decimal): -5482771 or 15554220. OLE color: 15554220.
HSL color Cylindrical-coordinate representation of color #AC56ED: hue angle of 274.17º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC56ED is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 86 | 237 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.07 |
| HSL | 274.17º | 0.81% | 0.63% | - |
| HSV(B) | 274.17º | 0.64% | 0.93% | - |
| XYZ | 35.63 | 21.54 | 82.4 | - |
| YUV | 128.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 237 | 0.27 | 0.64 | 0 | 0.07 | 274.17 | 0.81 | 0.63 |
| Hex | AC | 56 | ED | 1B | 40 | 0 | 7 | 112 | 51 | 3F |
| Octal | 254 | 126 | 355 | 33 | 100 | 0 | 7 | 422 | 121 | 77 |
| Binary | 10101100 | 1010110 | 11101101 | 11011 | 1000000 | 0 | 111 | 100010010 | 1010001 | 111111 |
Color Harmonies of #AC56ED
Complementary color
Monochromatic Colors of #AC56ED
Black with #AC56ED
Text Example
Text Example
White with #AC56ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56ED; }
p { color: rgb(172,86,237); }
H1.HeaderClassName
{
color: #AC56ED;
}
.AnyTagClassName
{
color: #AC56ED;
}
</style>
background-color css
<style>
a { background-color: #AC56ED; }
a { background-color: rgb(172,86,237); }
div.DivClassName
{
background-color: #AC56ED;
}
.BgClassName
{
background-color: #AC56ED;
}
</style>
border-color css
<style>
span { border-color: #AC56ED; }
span { border-color: rgb(172,86,237); }
td.TdClassName
{
border-color: #AC56ED;
}
.TagClassName
{
border-color: #AC56ED;
}
</style>