Shades of Medium Orchid #A650E7
Tints of Medium Orchid #A650E7
RGB
CMYK
RGB Variations
Color information
#A650E7 (or 0xA650E7) is known color: Medium Orchid. HEX triplet: A6, 50 and E7. RGB value is (166,80,231). Sum of RGB (Red+Green+Blue) = 166+80+231=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #A650E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650E7 is #59AF18. Grayscale: #7A7A7A. Windows color (decimal): -5877529 or 15159462. OLE color: 15159462.
HSL color Cylindrical-coordinate representation of color #A650E7: hue angle of 274.17º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A650E7 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 80 | 231 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.09 |
| HSL | 274.17º | 0.76% | 0.61% | - |
| HSV(B) | 274.17º | 0.65% | 0.91% | - |
| XYZ | 33.02 | 19.61 | 77.65 | - |
| YUV | 122.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 231 | 0.28 | 0.65 | 0 | 0.09 | 274.17 | 0.76 | 0.61 |
| Hex | A6 | 50 | E7 | 1C | 41 | 0 | 9 | 112 | 4C | 3D |
| Octal | 246 | 120 | 347 | 34 | 101 | 0 | 11 | 422 | 114 | 75 |
| Binary | 10100110 | 1010000 | 11100111 | 11100 | 1000001 | 0 | 1001 | 100010010 | 1001100 | 111101 |
Color Harmonies of #A650E7
Complementary color
Monochromatic Colors of #A650E7
Black with #A650E7
Text Example
Text Example
White with #A650E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650E7; }
p { color: rgb(166,80,231); }
H1.HeaderClassName
{
color: #A650E7;
}
.AnyTagClassName
{
color: #A650E7;
}
</style>
background-color css
<style>
a { background-color: #A650E7; }
a { background-color: rgb(166,80,231); }
div.DivClassName
{
background-color: #A650E7;
}
.BgClassName
{
background-color: #A650E7;
}
</style>
border-color css
<style>
span { border-color: #A650E7; }
span { border-color: rgb(166,80,231); }
td.TdClassName
{
border-color: #A650E7;
}
.TagClassName
{
border-color: #A650E7;
}
</style>