Shades of Medium Orchid #AA4EDE
Tints of Medium Orchid #AA4EDE
RGB
CMYK
RGB Variations
Color information
#AA4EDE (or 0xAA4EDE) is known color: Medium Orchid. HEX triplet: AA, 4E and DE. RGB value is (170,78,222). Sum of RGB (Red+Green+Blue) = 170+78+222=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA4EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EDE is #55B121. Grayscale: #797979. Windows color (decimal): -5615906 or 14569130. OLE color: 14569130.
HSL color Cylindrical-coordinate representation of color #AA4EDE: hue angle of 278.33º 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 #AA4EDE is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 78 | 222 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.13 |
| HSL | 278.33º | 0.69% | 0.59% | - |
| HSV(B) | 278.33º | 0.65% | 0.87% | - |
| XYZ | 32.49 | 19.27 | 71.11 | - |
| YUV | 121.92 | 184.48 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 222 | 0.23 | 0.65 | 0 | 0.13 | 278.33 | 0.69 | 0.59 |
| Hex | AA | 4E | DE | 17 | 41 | 0 | D | 116 | 45 | 3B |
| Octal | 252 | 116 | 336 | 27 | 101 | 0 | 15 | 426 | 105 | 73 |
| Binary | 10101010 | 1001110 | 11011110 | 10111 | 1000001 | 0 | 1101 | 100010110 | 1000101 | 111011 |
Color Harmonies of #AA4EDE
Complementary color
Monochromatic Colors of #AA4EDE
Black with #AA4EDE
Text Example
Text Example
White with #AA4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EDE; }
p { color: rgb(170,78,222); }
H1.HeaderClassName
{
color: #AA4EDE;
}
.AnyTagClassName
{
color: #AA4EDE;
}
</style>
background-color css
<style>
a { background-color: #AA4EDE; }
a { background-color: rgb(170,78,222); }
div.DivClassName
{
background-color: #AA4EDE;
}
.BgClassName
{
background-color: #AA4EDE;
}
</style>
border-color css
<style>
span { border-color: #AA4EDE; }
span { border-color: rgb(170,78,222); }
td.TdClassName
{
border-color: #AA4EDE;
}
.TagClassName
{
border-color: #AA4EDE;
}
</style>