Shades of Medium Orchid #A650E0
Tints of Medium Orchid #A650E0
RGB
CMYK
RGB Variations
Color information
#A650E0 (or 0xA650E0) is known color: Medium Orchid. HEX triplet: A6, 50 and E0. RGB value is (166,80,224). Sum of RGB (Red+Green+Blue) = 166+80+224=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #A650E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650E0 is #59AF1F. Grayscale: #797979. Windows color (decimal): -5877536 or 14700710. OLE color: 14700710.
HSL color Cylindrical-coordinate representation of color #A650E0: hue angle of 275.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A650E0 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 80 | 224 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.12 |
| HSL | 275.83º | 0.7% | 0.6% | - |
| HSV(B) | 275.83º | 0.64% | 0.88% | - |
| XYZ | 32.05 | 19.23 | 72.54 | - |
| YUV | 122.13 | 185.49 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 224 | 0.26 | 0.64 | 0 | 0.12 | 275.83 | 0.7 | 0.6 |
| Hex | A6 | 50 | E0 | 1A | 40 | 0 | C | 114 | 46 | 3C |
| Octal | 246 | 120 | 340 | 32 | 100 | 0 | 14 | 424 | 106 | 74 |
| Binary | 10100110 | 1010000 | 11100000 | 11010 | 1000000 | 0 | 1100 | 100010100 | 1000110 | 111100 |
Color Harmonies of #A650E0
Complementary color
Monochromatic Colors of #A650E0
Black with #A650E0
Text Example
Text Example
White with #A650E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650E0; }
p { color: rgb(166,80,224); }
H1.HeaderClassName
{
color: #A650E0;
}
.AnyTagClassName
{
color: #A650E0;
}
</style>
background-color css
<style>
a { background-color: #A650E0; }
a { background-color: rgb(166,80,224); }
div.DivClassName
{
background-color: #A650E0;
}
.BgClassName
{
background-color: #A650E0;
}
</style>
border-color css
<style>
span { border-color: #A650E0; }
span { border-color: rgb(166,80,224); }
td.TdClassName
{
border-color: #A650E0;
}
.TagClassName
{
border-color: #A650E0;
}
</style>