Shades of Medium Orchid #A647ED
Tints of Medium Orchid #A647ED
RGB
CMYK
RGB Variations
Color information
#A647ED (or 0xA647ED) is known color: Medium Orchid. HEX triplet: A6, 47 and ED. RGB value is (166,71,237). Sum of RGB (Red+Green+Blue) = 166+71+237=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #A647ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A647ED is #59B812. Grayscale: #757575. Windows color (decimal): -5879827 or 15550374. OLE color: 15550374.
HSL color Cylindrical-coordinate representation of color #A647ED: hue angle of 274.34º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A647ED is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 71 | 237 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.07 |
| HSL | 274.34º | 0.82% | 0.6% | - |
| HSV(B) | 274.34º | 0.7% | 0.93% | - |
| XYZ | 33.27 | 18.73 | 81.98 | - |
| YUV | 118.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 237 | 0.30 | 0.70 | 0 | 0.07 | 274.34 | 0.82 | 0.6 |
| Hex | A6 | 47 | ED | 1E | 46 | 0 | 7 | 112 | 52 | 3C |
| Octal | 246 | 107 | 355 | 36 | 106 | 0 | 7 | 422 | 122 | 74 |
| Binary | 10100110 | 1000111 | 11101101 | 11110 | 1000110 | 0 | 111 | 100010010 | 1010010 | 111100 |
Color Harmonies of #A647ED
Complementary color
Monochromatic Colors of #A647ED
Black with #A647ED
Text Example
Text Example
White with #A647ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647ED; }
p { color: rgb(166,71,237); }
H1.HeaderClassName
{
color: #A647ED;
}
.AnyTagClassName
{
color: #A647ED;
}
</style>
background-color css
<style>
a { background-color: #A647ED; }
a { background-color: rgb(166,71,237); }
div.DivClassName
{
background-color: #A647ED;
}
.BgClassName
{
background-color: #A647ED;
}
</style>
border-color css
<style>
span { border-color: #A647ED; }
span { border-color: rgb(166,71,237); }
td.TdClassName
{
border-color: #A647ED;
}
.TagClassName
{
border-color: #A647ED;
}
</style>