Shades of Medium Orchid #A850DF
Tints of Medium Orchid #A850DF
RGB
CMYK
RGB Variations
Color information
#A850DF (or 0xA850DF) is known color: Medium Orchid. HEX triplet: A8, 50 and DF. RGB value is (168,80,223). Sum of RGB (Red+Green+Blue) = 168+80+223=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #A850DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850DF is #57AF20. Grayscale: #7A7A7A. Windows color (decimal): -5746465 or 14635176. OLE color: 14635176.
HSL color Cylindrical-coordinate representation of color #A850DF: hue angle of 276.92º degrees, saturation: 0.69, 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 #A850DF is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 80 | 223 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.13 |
| HSL | 276.92º | 0.69% | 0.59% | - |
| HSV(B) | 276.92º | 0.64% | 0.87% | - |
| XYZ | 32.34 | 19.39 | 71.85 | - |
| YUV | 122.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 223 | 0.25 | 0.64 | 0 | 0.13 | 276.92 | 0.69 | 0.59 |
| Hex | A8 | 50 | DF | 19 | 40 | 0 | D | 115 | 45 | 3B |
| Octal | 250 | 120 | 337 | 31 | 100 | 0 | 15 | 425 | 105 | 73 |
| Binary | 10101000 | 1010000 | 11011111 | 11001 | 1000000 | 0 | 1101 | 100010101 | 1000101 | 111011 |
Color Harmonies of #A850DF
Complementary color
Monochromatic Colors of #A850DF
Black with #A850DF
Text Example
Text Example
White with #A850DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850DF; }
p { color: rgb(168,80,223); }
H1.HeaderClassName
{
color: #A850DF;
}
.AnyTagClassName
{
color: #A850DF;
}
</style>
background-color css
<style>
a { background-color: #A850DF; }
a { background-color: rgb(168,80,223); }
div.DivClassName
{
background-color: #A850DF;
}
.BgClassName
{
background-color: #A850DF;
}
</style>
border-color css
<style>
span { border-color: #A850DF; }
span { border-color: rgb(168,80,223); }
td.TdClassName
{
border-color: #A850DF;
}
.TagClassName
{
border-color: #A850DF;
}
</style>