Shades of Medium Orchid #AA5ED1
Tints of Medium Orchid #AA5ED1
RGB
CMYK
RGB Variations
Color information
#AA5ED1 (or 0xAA5ED1) is known color: Medium Orchid. HEX triplet: AA, 5E and D1. RGB value is (170,94,209). Sum of RGB (Red+Green+Blue) = 170+94+209=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA5ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ED1 is #55A12E. Grayscale: #818181. Windows color (decimal): -5611823 or 13721258. OLE color: 13721258.
HSL color Cylindrical-coordinate representation of color #AA5ED1: hue angle of 279.65º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5ED1 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 94 | 209 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.18 |
| HSL | 279.65º | 0.56% | 0.59% | - |
| HSV(B) | 279.65º | 0.55% | 0.82% | - |
| XYZ | 32.09 | 21.15 | 62.71 | - |
| YUV | 129.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 209 | 0.19 | 0.55 | 0 | 0.18 | 279.65 | 0.56 | 0.59 |
| Hex | AA | 5E | D1 | 13 | 37 | 0 | 12 | 118 | 38 | 3B |
| Octal | 252 | 136 | 321 | 23 | 67 | 0 | 22 | 430 | 70 | 73 |
| Binary | 10101010 | 1011110 | 11010001 | 10011 | 110111 | 0 | 10010 | 100011000 | 111000 | 111011 |
Color Harmonies of #AA5ED1
Complementary color
Monochromatic Colors of #AA5ED1
Black with #AA5ED1
Text Example
Text Example
White with #AA5ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5ED1; }
p { color: rgb(170,94,209); }
H1.HeaderClassName
{
color: #AA5ED1;
}
.AnyTagClassName
{
color: #AA5ED1;
}
</style>
background-color css
<style>
a { background-color: #AA5ED1; }
a { background-color: rgb(170,94,209); }
div.DivClassName
{
background-color: #AA5ED1;
}
.BgClassName
{
background-color: #AA5ED1;
}
</style>
border-color css
<style>
span { border-color: #AA5ED1; }
span { border-color: rgb(170,94,209); }
td.TdClassName
{
border-color: #AA5ED1;
}
.TagClassName
{
border-color: #AA5ED1;
}
</style>