Shades of Medium Orchid #A749DF
Tints of Medium Orchid #A749DF
RGB
CMYK
RGB Variations
Color information
#A749DF (or 0xA749DF) is known color: Medium Orchid. HEX triplet: A7, 49 and DF. RGB value is (167,73,223). Sum of RGB (Red+Green+Blue) = 167+73+223=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #A749DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749DF is #58B620. Grayscale: #757575. Windows color (decimal): -5813793 or 14633383. OLE color: 14633383.
HSL color Cylindrical-coordinate representation of color #A749DF: hue angle of 277.6º 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 #A749DF is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 73 | 223 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.13 |
| HSL | 277.6º | 0.7% | 0.58% | - |
| HSV(B) | 277.6º | 0.67% | 0.87% | - |
| XYZ | 31.64 | 18.31 | 71.68 | - |
| YUV | 118.21 | 187.14 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 223 | 0.25 | 0.67 | 0 | 0.13 | 277.6 | 0.7 | 0.58 |
| Hex | A7 | 49 | DF | 19 | 43 | 0 | D | 116 | 46 | 3A |
| Octal | 247 | 111 | 337 | 31 | 103 | 0 | 15 | 426 | 106 | 72 |
| Binary | 10100111 | 1001001 | 11011111 | 11001 | 1000011 | 0 | 1101 | 100010110 | 1000110 | 111010 |
Color Harmonies of #A749DF
Complementary color
Monochromatic Colors of #A749DF
Black with #A749DF
Text Example
Text Example
White with #A749DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A749DF; }
p { color: rgb(167,73,223); }
H1.HeaderClassName
{
color: #A749DF;
}
.AnyTagClassName
{
color: #A749DF;
}
</style>
background-color css
<style>
a { background-color: #A749DF; }
a { background-color: rgb(167,73,223); }
div.DivClassName
{
background-color: #A749DF;
}
.BgClassName
{
background-color: #A749DF;
}
</style>
border-color css
<style>
span { border-color: #A749DF; }
span { border-color: rgb(167,73,223); }
td.TdClassName
{
border-color: #A749DF;
}
.TagClassName
{
border-color: #A749DF;
}
</style>