Shades of Medium Orchid #A649E7
Tints of Medium Orchid #A649E7
RGB
CMYK
RGB Variations
Color information
#A649E7 (or 0xA649E7) is known color: Medium Orchid. HEX triplet: A6, 49 and E7. RGB value is (166,73,231). Sum of RGB (Red+Green+Blue) = 166+73+231=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #A649E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A649E7 is #59B618. Grayscale: #767676. Windows color (decimal): -5879321 or 15157670. OLE color: 15157670.
HSL color Cylindrical-coordinate representation of color #A649E7: hue angle of 275.32º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A649E7 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 73 | 231 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.09 |
| HSL | 275.32º | 0.77% | 0.6% | - |
| HSV(B) | 275.32º | 0.68% | 0.91% | - |
| XYZ | 32.53 | 18.64 | 77.48 | - |
| YUV | 118.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 231 | 0.28 | 0.68 | 0 | 0.09 | 275.32 | 0.77 | 0.6 |
| Hex | A6 | 49 | E7 | 1C | 44 | 0 | 9 | 113 | 4D | 3C |
| Octal | 246 | 111 | 347 | 34 | 104 | 0 | 11 | 423 | 115 | 74 |
| Binary | 10100110 | 1001001 | 11100111 | 11100 | 1000100 | 0 | 1001 | 100010011 | 1001101 | 111100 |
Color Harmonies of #A649E7
Complementary color
Monochromatic Colors of #A649E7
Black with #A649E7
Text Example
Text Example
White with #A649E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649E7; }
p { color: rgb(166,73,231); }
H1.HeaderClassName
{
color: #A649E7;
}
.AnyTagClassName
{
color: #A649E7;
}
</style>
background-color css
<style>
a { background-color: #A649E7; }
a { background-color: rgb(166,73,231); }
div.DivClassName
{
background-color: #A649E7;
}
.BgClassName
{
background-color: #A649E7;
}
</style>
border-color css
<style>
span { border-color: #A649E7; }
span { border-color: rgb(166,73,231); }
td.TdClassName
{
border-color: #A649E7;
}
.TagClassName
{
border-color: #A649E7;
}
</style>