Shades of Medium Orchid #AC56D0
Tints of Medium Orchid #AC56D0
RGB
CMYK
RGB Variations
Color information
#AC56D0 (or 0xAC56D0) is known color: Medium Orchid. HEX triplet: AC, 56 and D0. RGB value is (172,86,208). Sum of RGB (Red+Green+Blue) = 172+86+208=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC56D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56D0 is #53A92F. Grayscale: #7D7D7D. Windows color (decimal): -5482800 or 13653676. OLE color: 13653676.
HSL color Cylindrical-coordinate representation of color #AC56D0: hue angle of 282.3º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC56D0 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 86 | 208 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.18 |
| HSL | 282.3º | 0.56% | 0.58% | - |
| HSV(B) | 282.3º | 0.59% | 0.82% | - |
| XYZ | 31.73 | 19.98 | 61.86 | - |
| YUV | 125.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 208 | 0.17 | 0.59 | 0 | 0.18 | 282.3 | 0.56 | 0.58 |
| Hex | AC | 56 | D0 | 11 | 3B | 0 | 12 | 11A | 38 | 3A |
| Octal | 254 | 126 | 320 | 21 | 73 | 0 | 22 | 432 | 70 | 72 |
| Binary | 10101100 | 1010110 | 11010000 | 10001 | 111011 | 0 | 10010 | 100011010 | 111000 | 111010 |
Color Harmonies of #AC56D0
Complementary color
Monochromatic Colors of #AC56D0
Black with #AC56D0
Text Example
Text Example
White with #AC56D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56D0; }
p { color: rgb(172,86,208); }
H1.HeaderClassName
{
color: #AC56D0;
}
.AnyTagClassName
{
color: #AC56D0;
}
</style>
background-color css
<style>
a { background-color: #AC56D0; }
a { background-color: rgb(172,86,208); }
div.DivClassName
{
background-color: #AC56D0;
}
.BgClassName
{
background-color: #AC56D0;
}
</style>
border-color css
<style>
span { border-color: #AC56D0; }
span { border-color: rgb(172,86,208); }
td.TdClassName
{
border-color: #AC56D0;
}
.TagClassName
{
border-color: #AC56D0;
}
</style>