Shades of Medium Orchid #A647EB
Tints of Medium Orchid #A647EB
RGB
CMYK
RGB Variations
Color information
#A647EB (or 0xA647EB) is known color: Medium Orchid. HEX triplet: A6, 47 and EB. RGB value is (166,71,235). Sum of RGB (Red+Green+Blue) = 166+71+235=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #A647EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A647EB is #59B814. Grayscale: #757575. Windows color (decimal): -5879829 or 15419302. OLE color: 15419302.
HSL color Cylindrical-coordinate representation of color #A647EB: hue angle of 274.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A647EB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 71 | 235 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.08 |
| HSL | 274.76º | 0.8% | 0.6% | - |
| HSV(B) | 274.76º | 0.7% | 0.92% | - |
| XYZ | 32.97 | 18.61 | 80.45 | - |
| YUV | 118.1 | 193.97 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 235 | 0.29 | 0.70 | 0 | 0.08 | 274.76 | 0.8 | 0.6 |
| Hex | A6 | 47 | EB | 1D | 46 | 0 | 8 | 113 | 50 | 3C |
| Octal | 246 | 107 | 353 | 35 | 106 | 0 | 10 | 423 | 120 | 74 |
| Binary | 10100110 | 1000111 | 11101011 | 11101 | 1000110 | 0 | 1000 | 100010011 | 1010000 | 111100 |
Color Harmonies of #A647EB
Complementary color
Monochromatic Colors of #A647EB
Black with #A647EB
Text Example
Text Example
White with #A647EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647EB; }
p { color: rgb(166,71,235); }
H1.HeaderClassName
{
color: #A647EB;
}
.AnyTagClassName
{
color: #A647EB;
}
</style>
background-color css
<style>
a { background-color: #A647EB; }
a { background-color: rgb(166,71,235); }
div.DivClassName
{
background-color: #A647EB;
}
.BgClassName
{
background-color: #A647EB;
}
</style>
border-color css
<style>
span { border-color: #A647EB; }
span { border-color: rgb(166,71,235); }
td.TdClassName
{
border-color: #A647EB;
}
.TagClassName
{
border-color: #A647EB;
}
</style>