Shades of Medium Orchid #AA5BE5
Tints of Medium Orchid #AA5BE5
RGB
CMYK
RGB Variations
Color information
#AA5BE5 (or 0xAA5BE5) is known color: Medium Orchid. HEX triplet: AA, 5B and E5. RGB value is (170,91,229). Sum of RGB (Red+Green+Blue) = 170+91+229=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA5BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BE5 is #55A41A. Grayscale: #818181. Windows color (decimal): -5612571 or 15031210. OLE color: 15031210.
HSL color Cylindrical-coordinate representation of color #AA5BE5: hue angle of 274.35º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5BE5 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 91 | 229 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.10 |
| HSL | 274.35º | 0.73% | 0.63% | - |
| HSV(B) | 274.35º | 0.6% | 0.9% | - |
| XYZ | 34.46 | 21.69 | 76.5 | - |
| YUV | 130.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 229 | 0.26 | 0.60 | 0 | 0.10 | 274.35 | 0.73 | 0.63 |
| Hex | AA | 5B | E5 | 1A | 3C | 0 | A | 112 | 49 | 3F |
| Octal | 252 | 133 | 345 | 32 | 74 | 0 | 12 | 422 | 111 | 77 |
| Binary | 10101010 | 1011011 | 11100101 | 11010 | 111100 | 0 | 1010 | 100010010 | 1001001 | 111111 |
Color Harmonies of #AA5BE5
Complementary color
Monochromatic Colors of #AA5BE5
Black with #AA5BE5
Text Example
Text Example
White with #AA5BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BE5; }
p { color: rgb(170,91,229); }
H1.HeaderClassName
{
color: #AA5BE5;
}
.AnyTagClassName
{
color: #AA5BE5;
}
</style>
background-color css
<style>
a { background-color: #AA5BE5; }
a { background-color: rgb(170,91,229); }
div.DivClassName
{
background-color: #AA5BE5;
}
.BgClassName
{
background-color: #AA5BE5;
}
</style>
border-color css
<style>
span { border-color: #AA5BE5; }
span { border-color: rgb(170,91,229); }
td.TdClassName
{
border-color: #AA5BE5;
}
.TagClassName
{
border-color: #AA5BE5;
}
</style>