Shades of Medium Orchid #A44EE8
Tints of Medium Orchid #A44EE8
RGB
CMYK
RGB Variations
Color information
#A44EE8 (or 0xA44EE8) is known color: Medium Orchid. HEX triplet: A4, 4E and E8. RGB value is (164,78,232). Sum of RGB (Red+Green+Blue) = 164+78+232=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #A44EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44EE8 is #5BB117. Grayscale: #787878. Windows color (decimal): -6009112 or 15224484. OLE color: 15224484.
HSL color Cylindrical-coordinate representation of color #A44EE8: hue angle of 273.51º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44EE8 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 78 | 232 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.09 |
| HSL | 273.51º | 0.77% | 0.61% | - |
| HSV(B) | 273.51º | 0.66% | 0.91% | - |
| XYZ | 32.6 | 19.17 | 78.33 | - |
| YUV | 121.27 | 190.49 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 232 | 0.29 | 0.66 | 0 | 0.09 | 273.51 | 0.77 | 0.61 |
| Hex | A4 | 4E | E8 | 1D | 42 | 0 | 9 | 112 | 4D | 3D |
| Octal | 244 | 116 | 350 | 35 | 102 | 0 | 11 | 422 | 115 | 75 |
| Binary | 10100100 | 1001110 | 11101000 | 11101 | 1000010 | 0 | 1001 | 100010010 | 1001101 | 111101 |
Color Harmonies of #A44EE8
Complementary color
Monochromatic Colors of #A44EE8
Black with #A44EE8
Text Example
Text Example
White with #A44EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44EE8; }
p { color: rgb(164,78,232); }
H1.HeaderClassName
{
color: #A44EE8;
}
.AnyTagClassName
{
color: #A44EE8;
}
</style>
background-color css
<style>
a { background-color: #A44EE8; }
a { background-color: rgb(164,78,232); }
div.DivClassName
{
background-color: #A44EE8;
}
.BgClassName
{
background-color: #A44EE8;
}
</style>
border-color css
<style>
span { border-color: #A44EE8; }
span { border-color: rgb(164,78,232); }
td.TdClassName
{
border-color: #A44EE8;
}
.TagClassName
{
border-color: #A44EE8;
}
</style>