Shades of Medium Orchid #A650EE
Tints of Medium Orchid #A650EE
RGB
CMYK
RGB Variations
Color information
#A650EE (or 0xA650EE) is known color: Medium Orchid. HEX triplet: A6, 50 and EE. RGB value is (166,80,238). Sum of RGB (Red+Green+Blue) = 166+80+238=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #A650EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650EE is #59AF11. Grayscale: #7B7B7B. Windows color (decimal): -5877522 or 15618214. OLE color: 15618214.
HSL color Cylindrical-coordinate representation of color #A650EE: hue angle of 272.66º degrees, saturation: 0.82, 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 #A650EE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 80 | 238 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.07 |
| HSL | 272.66º | 0.82% | 0.62% | - |
| HSV(B) | 272.66º | 0.66% | 0.93% | - |
| XYZ | 34.03 | 20.02 | 82.96 | - |
| YUV | 123.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 238 | 0.30 | 0.66 | 0 | 0.07 | 272.66 | 0.82 | 0.62 |
| Hex | A6 | 50 | EE | 1E | 42 | 0 | 7 | 111 | 52 | 3E |
| Octal | 246 | 120 | 356 | 36 | 102 | 0 | 7 | 421 | 122 | 76 |
| Binary | 10100110 | 1010000 | 11101110 | 11110 | 1000010 | 0 | 111 | 100010001 | 1010010 | 111110 |
Color Harmonies of #A650EE
Complementary color
Monochromatic Colors of #A650EE
Black with #A650EE
Text Example
Text Example
White with #A650EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650EE; }
p { color: rgb(166,80,238); }
H1.HeaderClassName
{
color: #A650EE;
}
.AnyTagClassName
{
color: #A650EE;
}
</style>
background-color css
<style>
a { background-color: #A650EE; }
a { background-color: rgb(166,80,238); }
div.DivClassName
{
background-color: #A650EE;
}
.BgClassName
{
background-color: #A650EE;
}
</style>
border-color css
<style>
span { border-color: #A650EE; }
span { border-color: rgb(166,80,238); }
td.TdClassName
{
border-color: #A650EE;
}
.TagClassName
{
border-color: #A650EE;
}
</style>