Shades of Medium Orchid #A850DD
Tints of Medium Orchid #A850DD
RGB
CMYK
RGB Variations
Color information
#A850DD (or 0xA850DD) is known color: Medium Orchid. HEX triplet: A8, 50 and DD. RGB value is (168,80,221). Sum of RGB (Red+Green+Blue) = 168+80+221=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #A850DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850DD is #57AF22. Grayscale: #797979. Windows color (decimal): -5746467 or 14504104. OLE color: 14504104.
HSL color Cylindrical-coordinate representation of color #A850DD: hue angle of 277.45º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A850DD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 80 | 221 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.13 |
| HSL | 277.45º | 0.67% | 0.59% | - |
| HSV(B) | 277.45º | 0.64% | 0.87% | - |
| XYZ | 32.07 | 19.28 | 70.44 | - |
| YUV | 122.39 | 183.65 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 221 | 0.24 | 0.64 | 0 | 0.13 | 277.45 | 0.67 | 0.59 |
| Hex | A8 | 50 | DD | 18 | 40 | 0 | D | 115 | 43 | 3B |
| Octal | 250 | 120 | 335 | 30 | 100 | 0 | 15 | 425 | 103 | 73 |
| Binary | 10101000 | 1010000 | 11011101 | 11000 | 1000000 | 0 | 1101 | 100010101 | 1000011 | 111011 |
Color Harmonies of #A850DD
Complementary color
Monochromatic Colors of #A850DD
Black with #A850DD
Text Example
Text Example
White with #A850DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850DD; }
p { color: rgb(168,80,221); }
H1.HeaderClassName
{
color: #A850DD;
}
.AnyTagClassName
{
color: #A850DD;
}
</style>
background-color css
<style>
a { background-color: #A850DD; }
a { background-color: rgb(168,80,221); }
div.DivClassName
{
background-color: #A850DD;
}
.BgClassName
{
background-color: #A850DD;
}
</style>
border-color css
<style>
span { border-color: #A850DD; }
span { border-color: rgb(168,80,221); }
td.TdClassName
{
border-color: #A850DD;
}
.TagClassName
{
border-color: #A850DD;
}
</style>