Shades of Medium Orchid #AA4EDD
Tints of Medium Orchid #AA4EDD
RGB
CMYK
RGB Variations
Color information
#AA4EDD (or 0xAA4EDD) is known color: Medium Orchid. HEX triplet: AA, 4E and DD. RGB value is (170,78,221). Sum of RGB (Red+Green+Blue) = 170+78+221=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA4EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EDD is #55B122. Grayscale: #797979. Windows color (decimal): -5615907 or 14503594. OLE color: 14503594.
HSL color Cylindrical-coordinate representation of color #AA4EDD: hue angle of 278.6º degrees, saturation: 0.68, 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 #AA4EDD is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 78 | 221 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.13 |
| HSL | 278.6º | 0.68% | 0.59% | - |
| HSV(B) | 278.6º | 0.65% | 0.87% | - |
| XYZ | 32.35 | 19.22 | 70.41 | - |
| YUV | 121.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 221 | 0.23 | 0.65 | 0 | 0.13 | 278.6 | 0.68 | 0.59 |
| Hex | AA | 4E | DD | 17 | 41 | 0 | D | 117 | 44 | 3B |
| Octal | 252 | 116 | 335 | 27 | 101 | 0 | 15 | 427 | 104 | 73 |
| Binary | 10101010 | 1001110 | 11011101 | 10111 | 1000001 | 0 | 1101 | 100010111 | 1000100 | 111011 |
Color Harmonies of #AA4EDD
Complementary color
Monochromatic Colors of #AA4EDD
Black with #AA4EDD
Text Example
Text Example
White with #AA4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EDD; }
p { color: rgb(170,78,221); }
H1.HeaderClassName
{
color: #AA4EDD;
}
.AnyTagClassName
{
color: #AA4EDD;
}
</style>
background-color css
<style>
a { background-color: #AA4EDD; }
a { background-color: rgb(170,78,221); }
div.DivClassName
{
background-color: #AA4EDD;
}
.BgClassName
{
background-color: #AA4EDD;
}
</style>
border-color css
<style>
span { border-color: #AA4EDD; }
span { border-color: rgb(170,78,221); }
td.TdClassName
{
border-color: #AA4EDD;
}
.TagClassName
{
border-color: #AA4EDD;
}
</style>