Shades of Medium Orchid #A850D8
Tints of Medium Orchid #A850D8
RGB
CMYK
RGB Variations
Color information
#A850D8 (or 0xA850D8) is known color: Medium Orchid. HEX triplet: A8, 50 and D8. RGB value is (168,80,216). Sum of RGB (Red+Green+Blue) = 168+80+216=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #A850D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850D8 is #57AF27. Grayscale: #797979. Windows color (decimal): -5746472 or 14176424. OLE color: 14176424.
HSL color Cylindrical-coordinate representation of color #A850D8: hue angle of 278.82º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A850D8 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 80 | 216 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.15 |
| HSL | 278.82º | 0.64% | 0.58% | - |
| HSV(B) | 278.82º | 0.63% | 0.85% | - |
| XYZ | 31.41 | 19.02 | 66.98 | - |
| YUV | 121.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 216 | 0.22 | 0.63 | 0 | 0.15 | 278.82 | 0.64 | 0.58 |
| Hex | A8 | 50 | D8 | 16 | 3F | 0 | F | 117 | 40 | 3A |
| Octal | 250 | 120 | 330 | 26 | 77 | 0 | 17 | 427 | 100 | 72 |
| Binary | 10101000 | 1010000 | 11011000 | 10110 | 111111 | 0 | 1111 | 100010111 | 1000000 | 111010 |
Color Harmonies of #A850D8
Complementary color
Monochromatic Colors of #A850D8
Black with #A850D8
Text Example
Text Example
White with #A850D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850D8; }
p { color: rgb(168,80,216); }
H1.HeaderClassName
{
color: #A850D8;
}
.AnyTagClassName
{
color: #A850D8;
}
</style>
background-color css
<style>
a { background-color: #A850D8; }
a { background-color: rgb(168,80,216); }
div.DivClassName
{
background-color: #A850D8;
}
.BgClassName
{
background-color: #A850D8;
}
</style>
border-color css
<style>
span { border-color: #A850D8; }
span { border-color: rgb(168,80,216); }
td.TdClassName
{
border-color: #A850D8;
}
.TagClassName
{
border-color: #A850D8;
}
</style>