Shades of Medium Orchid #AA5BE8
Tints of Medium Orchid #AA5BE8
RGB
CMYK
RGB Variations
Color information
#AA5BE8 (or 0xAA5BE8) is known color: Medium Orchid. HEX triplet: AA, 5B and E8. RGB value is (170,91,232). Sum of RGB (Red+Green+Blue) = 170+91+232=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA5BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BE8 is #55A417. Grayscale: #828282. Windows color (decimal): -5612568 or 15227818. OLE color: 15227818.
HSL color Cylindrical-coordinate representation of color #AA5BE8: hue angle of 273.62º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5BE8 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 91 | 232 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.09 |
| HSL | 273.62º | 0.75% | 0.63% | - |
| HSV(B) | 273.62º | 0.61% | 0.91% | - |
| XYZ | 34.88 | 21.85 | 78.72 | - |
| YUV | 130.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 232 | 0.27 | 0.61 | 0 | 0.09 | 273.62 | 0.75 | 0.63 |
| Hex | AA | 5B | E8 | 1B | 3D | 0 | 9 | 112 | 4B | 3F |
| Octal | 252 | 133 | 350 | 33 | 75 | 0 | 11 | 422 | 113 | 77 |
| Binary | 10101010 | 1011011 | 11101000 | 11011 | 111101 | 0 | 1001 | 100010010 | 1001011 | 111111 |
Color Harmonies of #AA5BE8
Complementary color
Monochromatic Colors of #AA5BE8
Black with #AA5BE8
Text Example
Text Example
White with #AA5BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BE8; }
p { color: rgb(170,91,232); }
H1.HeaderClassName
{
color: #AA5BE8;
}
.AnyTagClassName
{
color: #AA5BE8;
}
</style>
background-color css
<style>
a { background-color: #AA5BE8; }
a { background-color: rgb(170,91,232); }
div.DivClassName
{
background-color: #AA5BE8;
}
.BgClassName
{
background-color: #AA5BE8;
}
</style>
border-color css
<style>
span { border-color: #AA5BE8; }
span { border-color: rgb(170,91,232); }
td.TdClassName
{
border-color: #AA5BE8;
}
.TagClassName
{
border-color: #AA5BE8;
}
</style>