Shades of Medium Orchid #A850DA
Tints of Medium Orchid #A850DA
RGB
CMYK
RGB Variations
Color information
#A850DA (or 0xA850DA) is known color: Medium Orchid. HEX triplet: A8, 50 and DA. RGB value is (168,80,218). Sum of RGB (Red+Green+Blue) = 168+80+218=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #A850DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850DA is #57AF25. Grayscale: #797979. Windows color (decimal): -5746470 or 14307496. OLE color: 14307496.
HSL color Cylindrical-coordinate representation of color #A850DA: hue angle of 278.26º degrees, saturation: 0.65, 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 #A850DA is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 80 | 218 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.15 |
| HSL | 278.26º | 0.65% | 0.58% | - |
| HSV(B) | 278.26º | 0.63% | 0.85% | - |
| XYZ | 31.67 | 19.12 | 68.35 | - |
| YUV | 122.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 218 | 0.23 | 0.63 | 0 | 0.15 | 278.26 | 0.65 | 0.58 |
| Hex | A8 | 50 | DA | 17 | 3F | 0 | F | 116 | 41 | 3A |
| Octal | 250 | 120 | 332 | 27 | 77 | 0 | 17 | 426 | 101 | 72 |
| Binary | 10101000 | 1010000 | 11011010 | 10111 | 111111 | 0 | 1111 | 100010110 | 1000001 | 111010 |
Color Harmonies of #A850DA
Complementary color
Monochromatic Colors of #A850DA
Black with #A850DA
Text Example
Text Example
White with #A850DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850DA; }
p { color: rgb(168,80,218); }
H1.HeaderClassName
{
color: #A850DA;
}
.AnyTagClassName
{
color: #A850DA;
}
</style>
background-color css
<style>
a { background-color: #A850DA; }
a { background-color: rgb(168,80,218); }
div.DivClassName
{
background-color: #A850DA;
}
.BgClassName
{
background-color: #A850DA;
}
</style>
border-color css
<style>
span { border-color: #A850DA; }
span { border-color: rgb(168,80,218); }
td.TdClassName
{
border-color: #A850DA;
}
.TagClassName
{
border-color: #A850DA;
}
</style>