Shades of Medium Orchid #AC56CF
Tints of Medium Orchid #AC56CF
RGB
CMYK
RGB Variations
Color information
#AC56CF (or 0xAC56CF) is known color: Medium Orchid. HEX triplet: AC, 56 and CF. RGB value is (172,86,207). Sum of RGB (Red+Green+Blue) = 172+86+207=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56CF is #53A930. Grayscale: #7D7D7D. Windows color (decimal): -5482801 or 13588140. OLE color: 13588140.
HSL color Cylindrical-coordinate representation of color #AC56CF: hue angle of 282.64º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC56CF is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 86 | 207 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.19 |
| HSL | 282.64º | 0.56% | 0.57% | - |
| HSV(B) | 282.64º | 0.58% | 0.81% | - |
| XYZ | 31.6 | 19.93 | 61.21 | - |
| YUV | 125.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 207 | 0.17 | 0.58 | 0 | 0.19 | 282.64 | 0.56 | 0.57 |
| Hex | AC | 56 | CF | 11 | 3A | 0 | 13 | 11B | 38 | 39 |
| Octal | 254 | 126 | 317 | 21 | 72 | 0 | 23 | 433 | 70 | 71 |
| Binary | 10101100 | 1010110 | 11001111 | 10001 | 111010 | 0 | 10011 | 100011011 | 111000 | 111001 |
Color Harmonies of #AC56CF
Complementary color
Monochromatic Colors of #AC56CF
Black with #AC56CF
Text Example
Text Example
White with #AC56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56CF; }
p { color: rgb(172,86,207); }
H1.HeaderClassName
{
color: #AC56CF;
}
.AnyTagClassName
{
color: #AC56CF;
}
</style>
background-color css
<style>
a { background-color: #AC56CF; }
a { background-color: rgb(172,86,207); }
div.DivClassName
{
background-color: #AC56CF;
}
.BgClassName
{
background-color: #AC56CF;
}
</style>
border-color css
<style>
span { border-color: #AC56CF; }
span { border-color: rgb(172,86,207); }
td.TdClassName
{
border-color: #AC56CF;
}
.TagClassName
{
border-color: #AC56CF;
}
</style>