Shades of Medium Orchid #A44ED8
Tints of Medium Orchid #A44ED8
RGB
CMYK
RGB Variations
Color information
#A44ED8 (or 0xA44ED8) is known color: Medium Orchid. HEX triplet: A4, 4E and D8. RGB value is (164,78,216). Sum of RGB (Red+Green+Blue) = 164+78+216=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #A44ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ED8 is #5BB127. Grayscale: #767676. Windows color (decimal): -6009128 or 14175908. OLE color: 14175908.
HSL color Cylindrical-coordinate representation of color #A44ED8: hue angle of 277.39º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A44ED8 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 78 | 216 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.15 |
| HSL | 277.39º | 0.64% | 0.58% | - |
| HSV(B) | 277.39º | 0.64% | 0.85% | - |
| XYZ | 30.43 | 18.3 | 66.89 | - |
| YUV | 119.45 | 182.49 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 216 | 0.24 | 0.64 | 0 | 0.15 | 277.39 | 0.64 | 0.58 |
| Hex | A4 | 4E | D8 | 18 | 40 | 0 | F | 115 | 40 | 3A |
| Octal | 244 | 116 | 330 | 30 | 100 | 0 | 17 | 425 | 100 | 72 |
| Binary | 10100100 | 1001110 | 11011000 | 11000 | 1000000 | 0 | 1111 | 100010101 | 1000000 | 111010 |
Color Harmonies of #A44ED8
Complementary color
Monochromatic Colors of #A44ED8
Black with #A44ED8
Text Example
Text Example
White with #A44ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ED8; }
p { color: rgb(164,78,216); }
H1.HeaderClassName
{
color: #A44ED8;
}
.AnyTagClassName
{
color: #A44ED8;
}
</style>
background-color css
<style>
a { background-color: #A44ED8; }
a { background-color: rgb(164,78,216); }
div.DivClassName
{
background-color: #A44ED8;
}
.BgClassName
{
background-color: #A44ED8;
}
</style>
border-color css
<style>
span { border-color: #A44ED8; }
span { border-color: rgb(164,78,216); }
td.TdClassName
{
border-color: #A44ED8;
}
.TagClassName
{
border-color: #A44ED8;
}
</style>