Shades of Medium Orchid #A856CC
Tints of Medium Orchid #A856CC
RGB
CMYK
RGB Variations
Color information
#A856CC (or 0xA856CC) is known color: Medium Orchid. HEX triplet: A8, 56 and CC. RGB value is (168,86,204). Sum of RGB (Red+Green+Blue) = 168+86+204=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #A856CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856CC is #57A933. Grayscale: #7B7B7B. Windows color (decimal): -5744948 or 13391528. OLE color: 13391528.
HSL color Cylindrical-coordinate representation of color #A856CC: hue angle of 281.69º degrees, saturation: 0.54, 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 #A856CC is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 86 | 204 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.2 |
| HSL | 281.69º | 0.54% | 0.57% | - |
| HSV(B) | 281.69º | 0.58% | 0.8% | - |
| XYZ | 30.38 | 19.34 | 59.26 | - |
| YUV | 123.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 204 | 0.18 | 0.58 | 0 | 0.2 | 281.69 | 0.54 | 0.57 |
| Hex | A8 | 56 | CC | 12 | 3A | 0 | 14 | 11A | 36 | 39 |
| Octal | 250 | 126 | 314 | 22 | 72 | 0 | 24 | 432 | 66 | 71 |
| Binary | 10101000 | 1010110 | 11001100 | 10010 | 111010 | 0 | 10100 | 100011010 | 110110 | 111001 |
Color Harmonies of #A856CC
Complementary color
Monochromatic Colors of #A856CC
Black with #A856CC
Text Example
Text Example
White with #A856CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856CC; }
p { color: rgb(168,86,204); }
H1.HeaderClassName
{
color: #A856CC;
}
.AnyTagClassName
{
color: #A856CC;
}
</style>
background-color css
<style>
a { background-color: #A856CC; }
a { background-color: rgb(168,86,204); }
div.DivClassName
{
background-color: #A856CC;
}
.BgClassName
{
background-color: #A856CC;
}
</style>
border-color css
<style>
span { border-color: #A856CC; }
span { border-color: rgb(168,86,204); }
td.TdClassName
{
border-color: #A856CC;
}
.TagClassName
{
border-color: #A856CC;
}
</style>