Shades of Medium Orchid #A650DF
Tints of Medium Orchid #A650DF
RGB
CMYK
RGB Variations
Color information
#A650DF (or 0xA650DF) is known color: Medium Orchid. HEX triplet: A6, 50 and DF. RGB value is (166,80,223). Sum of RGB (Red+Green+Blue) = 166+80+223=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #A650DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650DF is #59AF20. Grayscale: #797979. Windows color (decimal): -5877537 or 14635174. OLE color: 14635174.
HSL color Cylindrical-coordinate representation of color #A650DF: hue angle of 276.08º 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 #A650DF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 80 | 223 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.13 |
| HSL | 276.08º | 0.69% | 0.59% | - |
| HSV(B) | 276.08º | 0.64% | 0.87% | - |
| XYZ | 31.91 | 19.17 | 71.83 | - |
| YUV | 122.02 | 184.99 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 223 | 0.26 | 0.64 | 0 | 0.13 | 276.08 | 0.69 | 0.59 |
| Hex | A6 | 50 | DF | 1A | 40 | 0 | D | 114 | 45 | 3B |
| Octal | 246 | 120 | 337 | 32 | 100 | 0 | 15 | 424 | 105 | 73 |
| Binary | 10100110 | 1010000 | 11011111 | 11010 | 1000000 | 0 | 1101 | 100010100 | 1000101 | 111011 |
Color Harmonies of #A650DF
Complementary color
Monochromatic Colors of #A650DF
Black with #A650DF
Text Example
Text Example
White with #A650DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650DF; }
p { color: rgb(166,80,223); }
H1.HeaderClassName
{
color: #A650DF;
}
.AnyTagClassName
{
color: #A650DF;
}
</style>
background-color css
<style>
a { background-color: #A650DF; }
a { background-color: rgb(166,80,223); }
div.DivClassName
{
background-color: #A650DF;
}
.BgClassName
{
background-color: #A650DF;
}
</style>
border-color css
<style>
span { border-color: #A650DF; }
span { border-color: rgb(166,80,223); }
td.TdClassName
{
border-color: #A650DF;
}
.TagClassName
{
border-color: #A650DF;
}
</style>