Shades of Medium Orchid #AA53E7
Tints of Medium Orchid #AA53E7
RGB
CMYK
RGB Variations
Color information
#AA53E7 (or 0xAA53E7) is known color: Medium Orchid. HEX triplet: AA, 53 and E7. RGB value is (170,83,231). Sum of RGB (Red+Green+Blue) = 170+83+231=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA53E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53E7 is #55AC18. Grayscale: #7D7D7D. Windows color (decimal): -5614617 or 15160234. OLE color: 15160234.
HSL color Cylindrical-coordinate representation of color #AA53E7: hue angle of 275.27º degrees, saturation: 0.76, 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 #AA53E7 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 83 | 231 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.09 |
| HSL | 275.27º | 0.76% | 0.62% | - |
| HSV(B) | 275.27º | 0.64% | 0.91% | - |
| XYZ | 34.09 | 20.5 | 77.76 | - |
| YUV | 125.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 231 | 0.26 | 0.64 | 0 | 0.09 | 275.27 | 0.76 | 0.62 |
| Hex | AA | 53 | E7 | 1A | 40 | 0 | 9 | 113 | 4C | 3E |
| Octal | 252 | 123 | 347 | 32 | 100 | 0 | 11 | 423 | 114 | 76 |
| Binary | 10101010 | 1010011 | 11100111 | 11010 | 1000000 | 0 | 1001 | 100010011 | 1001100 | 111110 |
Color Harmonies of #AA53E7
Complementary color
Monochromatic Colors of #AA53E7
Black with #AA53E7
Text Example
Text Example
White with #AA53E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53E7; }
p { color: rgb(170,83,231); }
H1.HeaderClassName
{
color: #AA53E7;
}
.AnyTagClassName
{
color: #AA53E7;
}
</style>
background-color css
<style>
a { background-color: #AA53E7; }
a { background-color: rgb(170,83,231); }
div.DivClassName
{
background-color: #AA53E7;
}
.BgClassName
{
background-color: #AA53E7;
}
</style>
border-color css
<style>
span { border-color: #AA53E7; }
span { border-color: rgb(170,83,231); }
td.TdClassName
{
border-color: #AA53E7;
}
.TagClassName
{
border-color: #AA53E7;
}
</style>