Shades of Medium Orchid #A44DD9
Tints of Medium Orchid #A44DD9
RGB
CMYK
RGB Variations
Color information
#A44DD9 (or 0xA44DD9) is known color: Medium Orchid. HEX triplet: A4, 4D and D9. RGB value is (164,77,217). Sum of RGB (Red+Green+Blue) = 164+77+217=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #A44DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DD9 is #5BB226. Grayscale: #767676. Windows color (decimal): -6009383 or 14241188. OLE color: 14241188.
HSL color Cylindrical-coordinate representation of color #A44DD9: hue angle of 277.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A44DD9 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 77 | 217 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.15 |
| HSL | 277.29º | 0.65% | 0.58% | - |
| HSV(B) | 277.29º | 0.65% | 0.85% | - |
| XYZ | 30.49 | 18.21 | 67.55 | - |
| YUV | 118.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 217 | 0.24 | 0.65 | 0 | 0.15 | 277.29 | 0.65 | 0.58 |
| Hex | A4 | 4D | D9 | 18 | 41 | 0 | F | 115 | 41 | 3A |
| Octal | 244 | 115 | 331 | 30 | 101 | 0 | 17 | 425 | 101 | 72 |
| Binary | 10100100 | 1001101 | 11011001 | 11000 | 1000001 | 0 | 1111 | 100010101 | 1000001 | 111010 |
Color Harmonies of #A44DD9
Complementary color
Monochromatic Colors of #A44DD9
Black with #A44DD9
Text Example
Text Example
White with #A44DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DD9; }
p { color: rgb(164,77,217); }
H1.HeaderClassName
{
color: #A44DD9;
}
.AnyTagClassName
{
color: #A44DD9;
}
</style>
background-color css
<style>
a { background-color: #A44DD9; }
a { background-color: rgb(164,77,217); }
div.DivClassName
{
background-color: #A44DD9;
}
.BgClassName
{
background-color: #A44DD9;
}
</style>
border-color css
<style>
span { border-color: #A44DD9; }
span { border-color: rgb(164,77,217); }
td.TdClassName
{
border-color: #A44DD9;
}
.TagClassName
{
border-color: #A44DD9;
}
</style>