Shades of Medium Orchid #A647EE
Tints of Medium Orchid #A647EE
RGB
CMYK
RGB Variations
Color information
#A647EE (or 0xA647EE) is known color: Medium Orchid. HEX triplet: A6, 47 and EE. RGB value is (166,71,238). Sum of RGB (Red+Green+Blue) = 166+71+238=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #A647EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A647EE is #59B811. Grayscale: #757575. Windows color (decimal): -5879826 or 15615910. OLE color: 15615910.
HSL color Cylindrical-coordinate representation of color #A647EE: hue angle of 274.13º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A647EE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 71 | 238 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.07 |
| HSL | 274.13º | 0.83% | 0.61% | - |
| HSV(B) | 274.13º | 0.7% | 0.93% | - |
| XYZ | 33.41 | 18.79 | 82.75 | - |
| YUV | 118.44 | 195.47 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 238 | 0.30 | 0.70 | 0 | 0.07 | 274.13 | 0.83 | 0.61 |
| Hex | A6 | 47 | EE | 1E | 46 | 0 | 7 | 112 | 53 | 3D |
| Octal | 246 | 107 | 356 | 36 | 106 | 0 | 7 | 422 | 123 | 75 |
| Binary | 10100110 | 1000111 | 11101110 | 11110 | 1000110 | 0 | 111 | 100010010 | 1010011 | 111101 |
Color Harmonies of #A647EE
Complementary color
Monochromatic Colors of #A647EE
Black with #A647EE
Text Example
Text Example
White with #A647EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647EE; }
p { color: rgb(166,71,238); }
H1.HeaderClassName
{
color: #A647EE;
}
.AnyTagClassName
{
color: #A647EE;
}
</style>
background-color css
<style>
a { background-color: #A647EE; }
a { background-color: rgb(166,71,238); }
div.DivClassName
{
background-color: #A647EE;
}
.BgClassName
{
background-color: #A647EE;
}
</style>
border-color css
<style>
span { border-color: #A647EE; }
span { border-color: rgb(166,71,238); }
td.TdClassName
{
border-color: #A647EE;
}
.TagClassName
{
border-color: #A647EE;
}
</style>