Shades of Medium Orchid #A650D0
Tints of Medium Orchid #A650D0
RGB
CMYK
RGB Variations
Color information
#A650D0 (or 0xA650D0) is known color: Medium Orchid. HEX triplet: A6, 50 and D0. RGB value is (166,80,208). Sum of RGB (Red+Green+Blue) = 166+80+208=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #A650D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650D0 is #59AF2F. Grayscale: #777777. Windows color (decimal): -5877552 or 13652134. OLE color: 13652134.
HSL color Cylindrical-coordinate representation of color #A650D0: hue angle of 280.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A650D0 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 80 | 208 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.18 |
| HSL | 280.31º | 0.58% | 0.56% | - |
| HSV(B) | 280.31º | 0.62% | 0.82% | - |
| XYZ | 29.98 | 18.4 | 61.65 | - |
| YUV | 120.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 208 | 0.20 | 0.62 | 0 | 0.18 | 280.31 | 0.58 | 0.56 |
| Hex | A6 | 50 | D0 | 14 | 3E | 0 | 12 | 118 | 3A | 38 |
| Octal | 246 | 120 | 320 | 24 | 76 | 0 | 22 | 430 | 72 | 70 |
| Binary | 10100110 | 1010000 | 11010000 | 10100 | 111110 | 0 | 10010 | 100011000 | 111010 | 111000 |
Color Harmonies of #A650D0
Complementary color
Monochromatic Colors of #A650D0
Black with #A650D0
Text Example
Text Example
White with #A650D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650D0; }
p { color: rgb(166,80,208); }
H1.HeaderClassName
{
color: #A650D0;
}
.AnyTagClassName
{
color: #A650D0;
}
</style>
background-color css
<style>
a { background-color: #A650D0; }
a { background-color: rgb(166,80,208); }
div.DivClassName
{
background-color: #A650D0;
}
.BgClassName
{
background-color: #A650D0;
}
</style>
border-color css
<style>
span { border-color: #A650D0; }
span { border-color: rgb(166,80,208); }
td.TdClassName
{
border-color: #A650D0;
}
.TagClassName
{
border-color: #A650D0;
}
</style>