Shades of Medium Orchid #AA5BED
Tints of Medium Orchid #AA5BED
RGB
CMYK
RGB Variations
Color information
#AA5BED (or 0xAA5BED) is known color: Medium Orchid. HEX triplet: AA, 5B and ED. RGB value is (170,91,237). Sum of RGB (Red+Green+Blue) = 170+91+237=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA5BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BED is #55A412. Grayscale: #828282. Windows color (decimal): -5612563 or 15555498. OLE color: 15555498.
HSL color Cylindrical-coordinate representation of color #AA5BED: hue angle of 272.47º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5BED is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 91 | 237 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.07 |
| HSL | 272.47º | 0.8% | 0.64% | - |
| HSV(B) | 272.47º | 0.62% | 0.93% | - |
| XYZ | 35.6 | 22.14 | 82.52 | - |
| YUV | 131.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 237 | 0.28 | 0.62 | 0 | 0.07 | 272.47 | 0.8 | 0.64 |
| Hex | AA | 5B | ED | 1C | 3E | 0 | 7 | 110 | 50 | 40 |
| Octal | 252 | 133 | 355 | 34 | 76 | 0 | 7 | 420 | 120 | 100 |
| Binary | 10101010 | 1011011 | 11101101 | 11100 | 111110 | 0 | 111 | 100010000 | 1010000 | 1000000 |
Color Harmonies of #AA5BED
Complementary color
Monochromatic Colors of #AA5BED
Black with #AA5BED
Text Example
Text Example
White with #AA5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BED; }
p { color: rgb(170,91,237); }
H1.HeaderClassName
{
color: #AA5BED;
}
.AnyTagClassName
{
color: #AA5BED;
}
</style>
background-color css
<style>
a { background-color: #AA5BED; }
a { background-color: rgb(170,91,237); }
div.DivClassName
{
background-color: #AA5BED;
}
.BgClassName
{
background-color: #AA5BED;
}
</style>
border-color css
<style>
span { border-color: #AA5BED; }
span { border-color: rgb(170,91,237); }
td.TdClassName
{
border-color: #AA5BED;
}
.TagClassName
{
border-color: #AA5BED;
}
</style>