Shades of Medium Orchid #A44DD5
Tints of Medium Orchid #A44DD5
RGB
CMYK
RGB Variations
Color information
#A44DD5 (or 0xA44DD5) is known color: Medium Orchid. HEX triplet: A4, 4D and D5. RGB value is (164,77,213). Sum of RGB (Red+Green+Blue) = 164+77+213=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #A44DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DD5 is #5BB22A. Grayscale: #767676. Windows color (decimal): -6009387 or 13979044. OLE color: 13979044.
HSL color Cylindrical-coordinate representation of color #A44DD5: hue angle of 278.38º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A44DD5 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 77 | 213 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.16 |
| HSL | 278.38º | 0.62% | 0.57% | - |
| HSV(B) | 278.38º | 0.64% | 0.84% | - |
| XYZ | 29.97 | 18 | 64.85 | - |
| YUV | 118.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 213 | 0.23 | 0.64 | 0 | 0.16 | 278.38 | 0.62 | 0.57 |
| Hex | A4 | 4D | D5 | 17 | 40 | 0 | 10 | 116 | 3E | 39 |
| Octal | 244 | 115 | 325 | 27 | 100 | 0 | 20 | 426 | 76 | 71 |
| Binary | 10100100 | 1001101 | 11010101 | 10111 | 1000000 | 0 | 10000 | 100010110 | 111110 | 111001 |
Color Harmonies of #A44DD5
Complementary color
Monochromatic Colors of #A44DD5
Black with #A44DD5
Text Example
Text Example
White with #A44DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DD5; }
p { color: rgb(164,77,213); }
H1.HeaderClassName
{
color: #A44DD5;
}
.AnyTagClassName
{
color: #A44DD5;
}
</style>
background-color css
<style>
a { background-color: #A44DD5; }
a { background-color: rgb(164,77,213); }
div.DivClassName
{
background-color: #A44DD5;
}
.BgClassName
{
background-color: #A44DD5;
}
</style>
border-color css
<style>
span { border-color: #A44DD5; }
span { border-color: rgb(164,77,213); }
td.TdClassName
{
border-color: #A44DD5;
}
.TagClassName
{
border-color: #A44DD5;
}
</style>