Shades of Medium Orchid #A44EDE
Tints of Medium Orchid #A44EDE
RGB
CMYK
RGB Variations
Color information
#A44EDE (or 0xA44EDE) is known color: Medium Orchid. HEX triplet: A4, 4E and DE. RGB value is (164,78,222). Sum of RGB (Red+Green+Blue) = 164+78+222=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #A44EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44EDE is #5BB121. Grayscale: #777777. Windows color (decimal): -6009122 or 14569124. OLE color: 14569124.
HSL color Cylindrical-coordinate representation of color #A44EDE: hue angle of 275.83º degrees, saturation: 0.69, 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 #A44EDE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 78 | 222 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.13 |
| HSL | 275.83º | 0.69% | 0.59% | - |
| HSV(B) | 275.83º | 0.65% | 0.87% | - |
| XYZ | 31.22 | 18.62 | 71.05 | - |
| YUV | 120.13 | 185.49 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 222 | 0.26 | 0.65 | 0 | 0.13 | 275.83 | 0.69 | 0.59 |
| Hex | A4 | 4E | DE | 1A | 41 | 0 | D | 114 | 45 | 3B |
| Octal | 244 | 116 | 336 | 32 | 101 | 0 | 15 | 424 | 105 | 73 |
| Binary | 10100100 | 1001110 | 11011110 | 11010 | 1000001 | 0 | 1101 | 100010100 | 1000101 | 111011 |
Color Harmonies of #A44EDE
Complementary color
Monochromatic Colors of #A44EDE
Black with #A44EDE
Text Example
Text Example
White with #A44EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44EDE; }
p { color: rgb(164,78,222); }
H1.HeaderClassName
{
color: #A44EDE;
}
.AnyTagClassName
{
color: #A44EDE;
}
</style>
background-color css
<style>
a { background-color: #A44EDE; }
a { background-color: rgb(164,78,222); }
div.DivClassName
{
background-color: #A44EDE;
}
.BgClassName
{
background-color: #A44EDE;
}
</style>
border-color css
<style>
span { border-color: #A44EDE; }
span { border-color: rgb(164,78,222); }
td.TdClassName
{
border-color: #A44EDE;
}
.TagClassName
{
border-color: #A44EDE;
}
</style>