Shades of Medium Orchid #A649E0
Tints of Medium Orchid #A649E0
RGB
CMYK
RGB Variations
Color information
#A649E0 (or 0xA649E0) is known color: Medium Orchid. HEX triplet: A6, 49 and E0. RGB value is (166,73,224). Sum of RGB (Red+Green+Blue) = 166+73+224=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #A649E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649E0 is #59B61F. Grayscale: #757575. Windows color (decimal): -5879328 or 14698918. OLE color: 14698918.
HSL color Cylindrical-coordinate representation of color #A649E0: hue angle of 276.95º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A649E0 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 73 | 224 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.12 |
| HSL | 276.95º | 0.71% | 0.58% | - |
| HSV(B) | 276.95º | 0.67% | 0.88% | - |
| XYZ | 31.56 | 18.25 | 72.38 | - |
| YUV | 118.02 | 187.81 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 224 | 0.26 | 0.67 | 0 | 0.12 | 276.95 | 0.71 | 0.58 |
| Hex | A6 | 49 | E0 | 1A | 43 | 0 | C | 115 | 47 | 3A |
| Octal | 246 | 111 | 340 | 32 | 103 | 0 | 14 | 425 | 107 | 72 |
| Binary | 10100110 | 1001001 | 11100000 | 11010 | 1000011 | 0 | 1100 | 100010101 | 1000111 | 111010 |
Color Harmonies of #A649E0
Complementary color
Monochromatic Colors of #A649E0
Black with #A649E0
Text Example
Text Example
White with #A649E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649E0; }
p { color: rgb(166,73,224); }
H1.HeaderClassName
{
color: #A649E0;
}
.AnyTagClassName
{
color: #A649E0;
}
</style>
background-color css
<style>
a { background-color: #A649E0; }
a { background-color: rgb(166,73,224); }
div.DivClassName
{
background-color: #A649E0;
}
.BgClassName
{
background-color: #A649E0;
}
</style>
border-color css
<style>
span { border-color: #A649E0; }
span { border-color: rgb(166,73,224); }
td.TdClassName
{
border-color: #A649E0;
}
.TagClassName
{
border-color: #A649E0;
}
</style>