Shades of Medium Orchid #AA5BE2
Tints of Medium Orchid #AA5BE2
RGB
CMYK
RGB Variations
Color information
#AA5BE2 (or 0xAA5BE2) is known color: Medium Orchid. HEX triplet: AA, 5B and E2. RGB value is (170,91,226). Sum of RGB (Red+Green+Blue) = 170+91+226=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA5BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BE2 is #55A41D. Grayscale: #818181. Windows color (decimal): -5612574 or 14834602. OLE color: 14834602.
HSL color Cylindrical-coordinate representation of color #AA5BE2: hue angle of 275.11º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5BE2 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 91 | 226 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.11 |
| HSL | 275.11º | 0.7% | 0.62% | - |
| HSV(B) | 275.11º | 0.6% | 0.89% | - |
| XYZ | 34.05 | 21.52 | 74.31 | - |
| YUV | 130.01 | 182.17 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 226 | 0.25 | 0.60 | 0 | 0.11 | 275.11 | 0.7 | 0.62 |
| Hex | AA | 5B | E2 | 19 | 3C | 0 | B | 113 | 46 | 3E |
| Octal | 252 | 133 | 342 | 31 | 74 | 0 | 13 | 423 | 106 | 76 |
| Binary | 10101010 | 1011011 | 11100010 | 11001 | 111100 | 0 | 1011 | 100010011 | 1000110 | 111110 |
Color Harmonies of #AA5BE2
Complementary color
Monochromatic Colors of #AA5BE2
Black with #AA5BE2
Text Example
Text Example
White with #AA5BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BE2; }
p { color: rgb(170,91,226); }
H1.HeaderClassName
{
color: #AA5BE2;
}
.AnyTagClassName
{
color: #AA5BE2;
}
</style>
background-color css
<style>
a { background-color: #AA5BE2; }
a { background-color: rgb(170,91,226); }
div.DivClassName
{
background-color: #AA5BE2;
}
.BgClassName
{
background-color: #AA5BE2;
}
</style>
border-color css
<style>
span { border-color: #AA5BE2; }
span { border-color: rgb(170,91,226); }
td.TdClassName
{
border-color: #AA5BE2;
}
.TagClassName
{
border-color: #AA5BE2;
}
</style>