Shades of Medium Orchid #AC56CB
Tints of Medium Orchid #AC56CB
RGB
CMYK
RGB Variations
Color information
#AC56CB (or 0xAC56CB) is known color: Medium Orchid. HEX triplet: AC, 56 and CB. RGB value is (172,86,203). Sum of RGB (Red+Green+Blue) = 172+86+203=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56CB is #53A934. Grayscale: #7C7C7C. Windows color (decimal): -5482805 or 13325996. OLE color: 13325996.
HSL color Cylindrical-coordinate representation of color #AC56CB: hue angle of 284.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC56CB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 86 | 203 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.20 |
| HSL | 284.1º | 0.53% | 0.57% | - |
| HSV(B) | 284.1º | 0.58% | 0.8% | - |
| XYZ | 31.12 | 19.74 | 58.67 | - |
| YUV | 125.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 203 | 0.15 | 0.58 | 0 | 0.20 | 284.1 | 0.53 | 0.57 |
| Hex | AC | 56 | CB | F | 3A | 0 | 14 | 11C | 35 | 39 |
| Octal | 254 | 126 | 313 | 17 | 72 | 0 | 24 | 434 | 65 | 71 |
| Binary | 10101100 | 1010110 | 11001011 | 1111 | 111010 | 0 | 10100 | 100011100 | 110101 | 111001 |
Color Harmonies of #AC56CB
Complementary color
Monochromatic Colors of #AC56CB
Black with #AC56CB
Text Example
Text Example
White with #AC56CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56CB; }
p { color: rgb(172,86,203); }
H1.HeaderClassName
{
color: #AC56CB;
}
.AnyTagClassName
{
color: #AC56CB;
}
</style>
background-color css
<style>
a { background-color: #AC56CB; }
a { background-color: rgb(172,86,203); }
div.DivClassName
{
background-color: #AC56CB;
}
.BgClassName
{
background-color: #AC56CB;
}
</style>
border-color css
<style>
span { border-color: #AC56CB; }
span { border-color: rgb(172,86,203); }
td.TdClassName
{
border-color: #AC56CB;
}
.TagClassName
{
border-color: #AC56CB;
}
</style>