Shades of Medium Orchid #AC56CA
Tints of Medium Orchid #AC56CA
RGB
CMYK
RGB Variations
Color information
#AC56CA (or 0xAC56CA) is known color: Medium Orchid. HEX triplet: AC, 56 and CA. RGB value is (172,86,202). Sum of RGB (Red+Green+Blue) = 172+86+202=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56CA is #53A935. Grayscale: #7C7C7C. Windows color (decimal): -5482806 or 13260460. OLE color: 13260460.
HSL color Cylindrical-coordinate representation of color #AC56CA: hue angle of 284.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC56CA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 86 | 202 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.21 |
| HSL | 284.48º | 0.52% | 0.56% | - |
| HSV(B) | 284.48º | 0.57% | 0.79% | - |
| XYZ | 31 | 19.69 | 58.04 | - |
| YUV | 124.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 202 | 0.15 | 0.57 | 0 | 0.21 | 284.48 | 0.52 | 0.56 |
| Hex | AC | 56 | CA | F | 39 | 0 | 15 | 11C | 34 | 38 |
| Octal | 254 | 126 | 312 | 17 | 71 | 0 | 25 | 434 | 64 | 70 |
| Binary | 10101100 | 1010110 | 11001010 | 1111 | 111001 | 0 | 10101 | 100011100 | 110100 | 111000 |
Color Harmonies of #AC56CA
Complementary color
Monochromatic Colors of #AC56CA
Black with #AC56CA
Text Example
Text Example
White with #AC56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56CA; }
p { color: rgb(172,86,202); }
H1.HeaderClassName
{
color: #AC56CA;
}
.AnyTagClassName
{
color: #AC56CA;
}
</style>
background-color css
<style>
a { background-color: #AC56CA; }
a { background-color: rgb(172,86,202); }
div.DivClassName
{
background-color: #AC56CA;
}
.BgClassName
{
background-color: #AC56CA;
}
</style>
border-color css
<style>
span { border-color: #AC56CA; }
span { border-color: rgb(172,86,202); }
td.TdClassName
{
border-color: #AC56CA;
}
.TagClassName
{
border-color: #AC56CA;
}
</style>