Shades of Medium Orchid #A649DD
Tints of Medium Orchid #A649DD
RGB
CMYK
RGB Variations
Color information
#A649DD (or 0xA649DD) is known color: Medium Orchid. HEX triplet: A6, 49 and DD. RGB value is (166,73,221). Sum of RGB (Red+Green+Blue) = 166+73+221=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #A649DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649DD is #59B622. Grayscale: #757575. Windows color (decimal): -5879331 or 14502310. OLE color: 14502310.
HSL color Cylindrical-coordinate representation of color #A649DD: hue angle of 277.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A649DD is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 73 | 221 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.13 |
| HSL | 277.7º | 0.69% | 0.58% | - |
| HSV(B) | 277.7º | 0.67% | 0.87% | - |
| XYZ | 31.16 | 18.09 | 70.26 | - |
| YUV | 117.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 221 | 0.25 | 0.67 | 0 | 0.13 | 277.7 | 0.69 | 0.58 |
| Hex | A6 | 49 | DD | 19 | 43 | 0 | D | 116 | 45 | 3A |
| Octal | 246 | 111 | 335 | 31 | 103 | 0 | 15 | 426 | 105 | 72 |
| Binary | 10100110 | 1001001 | 11011101 | 11001 | 1000011 | 0 | 1101 | 100010110 | 1000101 | 111010 |
Color Harmonies of #A649DD
Complementary color
Monochromatic Colors of #A649DD
Black with #A649DD
Text Example
Text Example
White with #A649DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649DD; }
p { color: rgb(166,73,221); }
H1.HeaderClassName
{
color: #A649DD;
}
.AnyTagClassName
{
color: #A649DD;
}
</style>
background-color css
<style>
a { background-color: #A649DD; }
a { background-color: rgb(166,73,221); }
div.DivClassName
{
background-color: #A649DD;
}
.BgClassName
{
background-color: #A649DD;
}
</style>
border-color css
<style>
span { border-color: #A649DD; }
span { border-color: rgb(166,73,221); }
td.TdClassName
{
border-color: #A649DD;
}
.TagClassName
{
border-color: #A649DD;
}
</style>