Shades of Medium Orchid #A649DF
Tints of Medium Orchid #A649DF
RGB
CMYK
RGB Variations
Color information
#A649DF (or 0xA649DF) is known color: Medium Orchid. HEX triplet: A6, 49 and DF. RGB value is (166,73,223). Sum of RGB (Red+Green+Blue) = 166+73+223=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #A649DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649DF is #59B620. Grayscale: #757575. Windows color (decimal): -5879329 or 14633382. OLE color: 14633382.
HSL color Cylindrical-coordinate representation of color #A649DF: hue angle of 277.2º degrees, saturation: 0.7, 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 #A649DF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 73 | 223 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.13 |
| HSL | 277.2º | 0.7% | 0.58% | - |
| HSV(B) | 277.2º | 0.67% | 0.87% | - |
| XYZ | 31.43 | 18.2 | 71.67 | - |
| YUV | 117.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 223 | 0.26 | 0.67 | 0 | 0.13 | 277.2 | 0.7 | 0.58 |
| Hex | A6 | 49 | DF | 1A | 43 | 0 | D | 115 | 46 | 3A |
| Octal | 246 | 111 | 337 | 32 | 103 | 0 | 15 | 425 | 106 | 72 |
| Binary | 10100110 | 1001001 | 11011111 | 11010 | 1000011 | 0 | 1101 | 100010101 | 1000110 | 111010 |
Color Harmonies of #A649DF
Complementary color
Monochromatic Colors of #A649DF
Black with #A649DF
Text Example
Text Example
White with #A649DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649DF; }
p { color: rgb(166,73,223); }
H1.HeaderClassName
{
color: #A649DF;
}
.AnyTagClassName
{
color: #A649DF;
}
</style>
background-color css
<style>
a { background-color: #A649DF; }
a { background-color: rgb(166,73,223); }
div.DivClassName
{
background-color: #A649DF;
}
.BgClassName
{
background-color: #A649DF;
}
</style>
border-color css
<style>
span { border-color: #A649DF; }
span { border-color: rgb(166,73,223); }
td.TdClassName
{
border-color: #A649DF;
}
.TagClassName
{
border-color: #A649DF;
}
</style>