Shades of Medium Orchid #A850EC
Tints of Medium Orchid #A850EC
RGB
CMYK
RGB Variations
Color information
#A850EC (or 0xA850EC) is known color: Medium Orchid. HEX triplet: A8, 50 and EC. RGB value is (168,80,236). Sum of RGB (Red+Green+Blue) = 168+80+236=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A850EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A850EC is #57AF13. Grayscale: #7B7B7B. Windows color (decimal): -5746452 or 15487144. OLE color: 15487144.
HSL color Cylindrical-coordinate representation of color #A850EC: hue angle of 273.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A850EC is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 80 | 236 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.07 |
| HSL | 273.85º | 0.8% | 0.62% | - |
| HSV(B) | 273.85º | 0.66% | 0.93% | - |
| XYZ | 34.16 | 20.12 | 81.44 | - |
| YUV | 124.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 236 | 0.29 | 0.66 | 0 | 0.07 | 273.85 | 0.8 | 0.62 |
| Hex | A8 | 50 | EC | 1D | 42 | 0 | 7 | 112 | 50 | 3E |
| Octal | 250 | 120 | 354 | 35 | 102 | 0 | 7 | 422 | 120 | 76 |
| Binary | 10101000 | 1010000 | 11101100 | 11101 | 1000010 | 0 | 111 | 100010010 | 1010000 | 111110 |
Color Harmonies of #A850EC
Complementary color
Monochromatic Colors of #A850EC
Black with #A850EC
Text Example
Text Example
White with #A850EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850EC; }
p { color: rgb(168,80,236); }
H1.HeaderClassName
{
color: #A850EC;
}
.AnyTagClassName
{
color: #A850EC;
}
</style>
background-color css
<style>
a { background-color: #A850EC; }
a { background-color: rgb(168,80,236); }
div.DivClassName
{
background-color: #A850EC;
}
.BgClassName
{
background-color: #A850EC;
}
</style>
border-color css
<style>
span { border-color: #A850EC; }
span { border-color: rgb(168,80,236); }
td.TdClassName
{
border-color: #A850EC;
}
.TagClassName
{
border-color: #A850EC;
}
</style>