#AA5AEF

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

Shades of Medium Orchid #AA5AEF

Tints of Medium Orchid #AA5AEF

Color information

#AA5AEF (or 0xAA5AEF) is unknown color: approx Medium Orchid. HEX triplet: AA, 5A and EF. RGB value is (170,90,239). Sum of RGB (Red+Green+Blue) = 170+90+239=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA5AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AEF is #55A510. Grayscale: #828282. Windows color (decimal): -5612817 or 15686314. OLE color: 15686314.

HSL color Cylindrical-coordinate representation of color #AA5AEF: hue angle of 272.21º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5AEF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17090239-
CMYK0.290.6200.06
HSL272.21º82.32%64.51%-
HSV(B)272.21º62.34%93.73%-
XYZ35.8122.0984.04-
YUV130.91189155.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 90 (35.55% from 255) = 18.04%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=34.07%
G=18.04%
B=47.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170902390.290.6200.06272.2182.3264.51
HexAA5AEF1D3E061105241
Octal252132357357606420122101
Binary1010101010110101110111111101111110011010001000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AEF; }

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

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

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

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

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

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

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

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