Shades of Medium Orchid #A94DDF
Tints of Medium Orchid #A94DDF
RGB
CMYK
RGB Variations
Color information
#A94DDF (or 0xA94DDF) is known color: Medium Orchid. HEX triplet: A9, 4D and DF. RGB value is (169,77,223). Sum of RGB (Red+Green+Blue) = 169+77+223=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #A94DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DDF is #56B220. Grayscale: #787878. Windows color (decimal): -5681697 or 14634409. OLE color: 14634409.
HSL color Cylindrical-coordinate representation of color #A94DDF: hue angle of 277.81º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94DDF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 77 | 223 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.13 |
| HSL | 277.81º | 0.7% | 0.59% | - |
| HSV(B) | 277.81º | 0.65% | 0.87% | - |
| XYZ | 32.34 | 19.07 | 71.79 | - |
| YUV | 121.15 | 185.48 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 223 | 0.24 | 0.65 | 0 | 0.13 | 277.81 | 0.7 | 0.59 |
| Hex | A9 | 4D | DF | 18 | 41 | 0 | D | 116 | 46 | 3B |
| Octal | 251 | 115 | 337 | 30 | 101 | 0 | 15 | 426 | 106 | 73 |
| Binary | 10101001 | 1001101 | 11011111 | 11000 | 1000001 | 0 | 1101 | 100010110 | 1000110 | 111011 |
Color Harmonies of #A94DDF
Complementary color
Monochromatic Colors of #A94DDF
Black with #A94DDF
Text Example
Text Example
White with #A94DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DDF; }
p { color: rgb(169,77,223); }
H1.HeaderClassName
{
color: #A94DDF;
}
.AnyTagClassName
{
color: #A94DDF;
}
</style>
background-color css
<style>
a { background-color: #A94DDF; }
a { background-color: rgb(169,77,223); }
div.DivClassName
{
background-color: #A94DDF;
}
.BgClassName
{
background-color: #A94DDF;
}
</style>
border-color css
<style>
span { border-color: #A94DDF; }
span { border-color: rgb(169,77,223); }
td.TdClassName
{
border-color: #A94DDF;
}
.TagClassName
{
border-color: #A94DDF;
}
</style>