#AA5AE8

Color #AA5AE8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AA5AE8

Tints of Medium Orchid #AA5AE8

Color information

#AA5AE8 (or 0xAA5AE8) is unknown color: approx Medium Orchid. HEX triplet: AA, 5A and E8. RGB value is (170,90,232). Sum of RGB (Red+Green+Blue) = 170+90+232=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA5AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AE8 is #55A517. Grayscale: #818181. Windows color (decimal): -5612824 or 15227562. OLE color: 15227562.

HSL color Cylindrical-coordinate representation of color #AA5AE8: hue angle of 273.8º degrees, saturation: 0.76, 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 #AA5AE8 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17090232-
CMYK0.270.6100.09
HSL273.8º75.53%63.14%-
HSV(B)273.8º61.21%90.98%-
XYZ34.821.6878.7-
YUV130.11185.5156.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 90 (35.55% from 255) = 18.29%
BLUE value IS 232 (91.02% from 255) = 47.15%
R=34.55%
G=18.29%
B=47.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170902320.270.6100.09273.875.5363.14
HexAA5AE81B3D091124c3f
Octal252132350337501142211477
Binary1010101010110101110100011011111101010011000100101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AE8; }

 p { color: rgb(170,90,232); }

 H1.HeaderClassName
 {
   color: #AA5AE8;
 }
 .AnyTagClassName
 {
   color: #AA5AE8;
 }
</style>
background-color css

<style>
 a { background-color: #AA5AE8; }

 a { background-color: rgb(170,90,232); }

 div.DivClassName
 {
   background-color: #AA5AE8;
 }
 .BgClassName
 {
   background-color: #AA5AE8;
 }
</style>
border-color css

<style>
 span { border-color: #AA5AE8; }

 span { border-color: rgb(170,90,232); }

 td.TdClassName
 {
   border-color: #AA5AE8;
 }
 .TagClassName
 {
   border-color: #AA5AE8;
 }
</style>