Shades of Medium Orchid #A856ED
Tints of Medium Orchid #A856ED
RGB
CMYK
RGB Variations
Color information
#A856ED (or 0xA856ED) is known color: Medium Orchid. HEX triplet: A8, 56 and ED. RGB value is (168,86,237). Sum of RGB (Red+Green+Blue) = 168+86+237=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #A856ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856ED is #57A912. Grayscale: #7F7F7F. Windows color (decimal): -5744915 or 15554216. OLE color: 15554216.
HSL color Cylindrical-coordinate representation of color #A856ED: hue angle of 272.58º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A856ED is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 86 | 237 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.07 |
| HSL | 272.58º | 0.81% | 0.63% | - |
| HSV(B) | 272.58º | 0.64% | 0.93% | - |
| XYZ | 34.76 | 21.09 | 82.36 | - |
| YUV | 127.73 | 189.67 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 237 | 0.29 | 0.64 | 0 | 0.07 | 272.58 | 0.81 | 0.63 |
| Hex | A8 | 56 | ED | 1D | 40 | 0 | 7 | 111 | 51 | 3F |
| Octal | 250 | 126 | 355 | 35 | 100 | 0 | 7 | 421 | 121 | 77 |
| Binary | 10101000 | 1010110 | 11101101 | 11101 | 1000000 | 0 | 111 | 100010001 | 1010001 | 111111 |
Color Harmonies of #A856ED
Complementary color
Monochromatic Colors of #A856ED
Black with #A856ED
Text Example
Text Example
White with #A856ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856ED; }
p { color: rgb(168,86,237); }
H1.HeaderClassName
{
color: #A856ED;
}
.AnyTagClassName
{
color: #A856ED;
}
</style>
background-color css
<style>
a { background-color: #A856ED; }
a { background-color: rgb(168,86,237); }
div.DivClassName
{
background-color: #A856ED;
}
.BgClassName
{
background-color: #A856ED;
}
</style>
border-color css
<style>
span { border-color: #A856ED; }
span { border-color: rgb(168,86,237); }
td.TdClassName
{
border-color: #A856ED;
}
.TagClassName
{
border-color: #A856ED;
}
</style>