Shades of Medium Orchid #AA5BE6
Tints of Medium Orchid #AA5BE6
RGB
CMYK
RGB Variations
Color information
#AA5BE6 (or 0xAA5BE6) is known color: Medium Orchid. HEX triplet: AA, 5B and E6. RGB value is (170,91,230). Sum of RGB (Red+Green+Blue) = 170+91+230=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA5BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BE6 is #55A419. Grayscale: #818181. Windows color (decimal): -5612570 or 15096746. OLE color: 15096746.
HSL color Cylindrical-coordinate representation of color #AA5BE6: hue angle of 274.1º degrees, saturation: 0.74, 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 #AA5BE6 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 91 | 230 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.10 |
| HSL | 274.1º | 0.74% | 0.63% | - |
| HSV(B) | 274.1º | 0.6% | 0.9% | - |
| XYZ | 34.6 | 21.74 | 77.24 | - |
| YUV | 130.47 | 184.17 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 230 | 0.26 | 0.60 | 0 | 0.10 | 274.1 | 0.74 | 0.63 |
| Hex | AA | 5B | E6 | 1A | 3C | 0 | A | 112 | 4A | 3F |
| Octal | 252 | 133 | 346 | 32 | 74 | 0 | 12 | 422 | 112 | 77 |
| Binary | 10101010 | 1011011 | 11100110 | 11010 | 111100 | 0 | 1010 | 100010010 | 1001010 | 111111 |
Color Harmonies of #AA5BE6
Complementary color
Monochromatic Colors of #AA5BE6
Black with #AA5BE6
Text Example
Text Example
White with #AA5BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BE6; }
p { color: rgb(170,91,230); }
H1.HeaderClassName
{
color: #AA5BE6;
}
.AnyTagClassName
{
color: #AA5BE6;
}
</style>
background-color css
<style>
a { background-color: #AA5BE6; }
a { background-color: rgb(170,91,230); }
div.DivClassName
{
background-color: #AA5BE6;
}
.BgClassName
{
background-color: #AA5BE6;
}
</style>
border-color css
<style>
span { border-color: #AA5BE6; }
span { border-color: rgb(170,91,230); }
td.TdClassName
{
border-color: #AA5BE6;
}
.TagClassName
{
border-color: #AA5BE6;
}
</style>