Shades of Medium Orchid #A44DDA
Tints of Medium Orchid #A44DDA
RGB
CMYK
RGB Variations
Color information
#A44DDA (or 0xA44DDA) is known color: Medium Orchid. HEX triplet: A4, 4D and DA. RGB value is (164,77,218). Sum of RGB (Red+Green+Blue) = 164+77+218=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #A44DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DDA is #5BB225. Grayscale: #767676. Windows color (decimal): -6009382 or 14306724. OLE color: 14306724.
HSL color Cylindrical-coordinate representation of color #A44DDA: hue angle of 277.02º degrees, saturation: 0.66, 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 #A44DDA is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 77 | 218 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.15 |
| HSL | 277.02º | 0.66% | 0.58% | - |
| HSV(B) | 277.02º | 0.65% | 0.85% | - |
| XYZ | 30.62 | 18.26 | 68.24 | - |
| YUV | 119.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 218 | 0.25 | 0.65 | 0 | 0.15 | 277.02 | 0.66 | 0.58 |
| Hex | A4 | 4D | DA | 19 | 41 | 0 | F | 115 | 42 | 3A |
| Octal | 244 | 115 | 332 | 31 | 101 | 0 | 17 | 425 | 102 | 72 |
| Binary | 10100100 | 1001101 | 11011010 | 11001 | 1000001 | 0 | 1111 | 100010101 | 1000010 | 111010 |
Color Harmonies of #A44DDA
Complementary color
Monochromatic Colors of #A44DDA
Black with #A44DDA
Text Example
Text Example
White with #A44DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DDA; }
p { color: rgb(164,77,218); }
H1.HeaderClassName
{
color: #A44DDA;
}
.AnyTagClassName
{
color: #A44DDA;
}
</style>
background-color css
<style>
a { background-color: #A44DDA; }
a { background-color: rgb(164,77,218); }
div.DivClassName
{
background-color: #A44DDA;
}
.BgClassName
{
background-color: #A44DDA;
}
</style>
border-color css
<style>
span { border-color: #A44DDA; }
span { border-color: rgb(164,77,218); }
td.TdClassName
{
border-color: #A44DDA;
}
.TagClassName
{
border-color: #A44DDA;
}
</style>