Shades of Medium Orchid #A650ED
Tints of Medium Orchid #A650ED
RGB
CMYK
RGB Variations
Color information
#A650ED (or 0xA650ED) is known color: Medium Orchid. HEX triplet: A6, 50 and ED. RGB value is (166,80,237). Sum of RGB (Red+Green+Blue) = 166+80+237=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #A650ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650ED is #59AF12. Grayscale: #7B7B7B. Windows color (decimal): -5877523 or 15552678. OLE color: 15552678.
HSL color Cylindrical-coordinate representation of color #A650ED: hue angle of 272.87º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A650ED is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 80 | 237 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.07 |
| HSL | 272.87º | 0.81% | 0.62% | - |
| HSV(B) | 272.87º | 0.66% | 0.93% | - |
| XYZ | 33.88 | 19.96 | 82.19 | - |
| YUV | 123.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 237 | 0.30 | 0.66 | 0 | 0.07 | 272.87 | 0.81 | 0.62 |
| Hex | A6 | 50 | ED | 1E | 42 | 0 | 7 | 111 | 51 | 3E |
| Octal | 246 | 120 | 355 | 36 | 102 | 0 | 7 | 421 | 121 | 76 |
| Binary | 10100110 | 1010000 | 11101101 | 11110 | 1000010 | 0 | 111 | 100010001 | 1010001 | 111110 |
Color Harmonies of #A650ED
Complementary color
Monochromatic Colors of #A650ED
Black with #A650ED
Text Example
Text Example
White with #A650ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650ED; }
p { color: rgb(166,80,237); }
H1.HeaderClassName
{
color: #A650ED;
}
.AnyTagClassName
{
color: #A650ED;
}
</style>
background-color css
<style>
a { background-color: #A650ED; }
a { background-color: rgb(166,80,237); }
div.DivClassName
{
background-color: #A650ED;
}
.BgClassName
{
background-color: #A650ED;
}
</style>
border-color css
<style>
span { border-color: #A650ED; }
span { border-color: rgb(166,80,237); }
td.TdClassName
{
border-color: #A650ED;
}
.TagClassName
{
border-color: #A650ED;
}
</style>