Shades of Medium Orchid #A647EA
Tints of Medium Orchid #A647EA
RGB
CMYK
RGB Variations
Color information
#A647EA (or 0xA647EA) is known color: Medium Orchid. HEX triplet: A6, 47 and EA. RGB value is (166,71,234). Sum of RGB (Red+Green+Blue) = 166+71+234=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #A647EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A647EA is #59B815. Grayscale: #757575. Windows color (decimal): -5879830 or 15353766. OLE color: 15353766.
HSL color Cylindrical-coordinate representation of color #A647EA: hue angle of 274.97º 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 #A647EA is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 71 | 234 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.08 |
| HSL | 274.97º | 0.8% | 0.6% | - |
| HSV(B) | 274.97º | 0.7% | 0.92% | - |
| XYZ | 32.83 | 18.55 | 79.69 | - |
| YUV | 117.99 | 193.47 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 234 | 0.29 | 0.70 | 0 | 0.08 | 274.97 | 0.8 | 0.6 |
| Hex | A6 | 47 | EA | 1D | 46 | 0 | 8 | 113 | 50 | 3C |
| Octal | 246 | 107 | 352 | 35 | 106 | 0 | 10 | 423 | 120 | 74 |
| Binary | 10100110 | 1000111 | 11101010 | 11101 | 1000110 | 0 | 1000 | 100010011 | 1010000 | 111100 |
Color Harmonies of #A647EA
Complementary color
Monochromatic Colors of #A647EA
Black with #A647EA
Text Example
Text Example
White with #A647EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647EA; }
p { color: rgb(166,71,234); }
H1.HeaderClassName
{
color: #A647EA;
}
.AnyTagClassName
{
color: #A647EA;
}
</style>
background-color css
<style>
a { background-color: #A647EA; }
a { background-color: rgb(166,71,234); }
div.DivClassName
{
background-color: #A647EA;
}
.BgClassName
{
background-color: #A647EA;
}
</style>
border-color css
<style>
span { border-color: #A647EA; }
span { border-color: rgb(166,71,234); }
td.TdClassName
{
border-color: #A647EA;
}
.TagClassName
{
border-color: #A647EA;
}
</style>