Shades of Medium Orchid #AA53E9
Tints of Medium Orchid #AA53E9
RGB
CMYK
RGB Variations
Color information
#AA53E9 (or 0xAA53E9) is known color: Medium Orchid. HEX triplet: AA, 53 and E9. RGB value is (170,83,233). Sum of RGB (Red+Green+Blue) = 170+83+233=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA53E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53E9 is #55AC16. Grayscale: #7D7D7D. Windows color (decimal): -5614615 or 15291306. OLE color: 15291306.
HSL color Cylindrical-coordinate representation of color #AA53E9: hue angle of 274.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA53E9 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 83 | 233 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.09 |
| HSL | 274.8º | 0.77% | 0.62% | - |
| HSV(B) | 274.8º | 0.64% | 0.91% | - |
| XYZ | 34.38 | 20.62 | 79.26 | - |
| YUV | 126.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 233 | 0.27 | 0.64 | 0 | 0.09 | 274.8 | 0.77 | 0.62 |
| Hex | AA | 53 | E9 | 1B | 40 | 0 | 9 | 113 | 4D | 3E |
| Octal | 252 | 123 | 351 | 33 | 100 | 0 | 11 | 423 | 115 | 76 |
| Binary | 10101010 | 1010011 | 11101001 | 11011 | 1000000 | 0 | 1001 | 100010011 | 1001101 | 111110 |
Color Harmonies of #AA53E9
Complementary color
Monochromatic Colors of #AA53E9
Black with #AA53E9
Text Example
Text Example
White with #AA53E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53E9; }
p { color: rgb(170,83,233); }
H1.HeaderClassName
{
color: #AA53E9;
}
.AnyTagClassName
{
color: #AA53E9;
}
</style>
background-color css
<style>
a { background-color: #AA53E9; }
a { background-color: rgb(170,83,233); }
div.DivClassName
{
background-color: #AA53E9;
}
.BgClassName
{
background-color: #AA53E9;
}
</style>
border-color css
<style>
span { border-color: #AA53E9; }
span { border-color: rgb(170,83,233); }
td.TdClassName
{
border-color: #AA53E9;
}
.TagClassName
{
border-color: #AA53E9;
}
</style>