#AA50E5

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

Shades of Medium Orchid #AA50E5

Tints of Medium Orchid #AA50E5

Color information

#AA50E5 (or 0xAA50E5) is unknown color: approx Medium Orchid. HEX triplet: AA, 50 and E5. RGB value is (170,80,229). Sum of RGB (Red+Green+Blue) = 170+80+229=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA50E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50E5 is #55AF1A. Grayscale: #7B7B7B. Windows color (decimal): -5615387 or 15028394. OLE color: 15028394.

HSL color Cylindrical-coordinate representation of color #AA50E5: hue angle of 276.24º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA50E5 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17080229-
CMYK0.260.6500.10
HSL276.24º74.13%60.59%-
HSV(B)276.24º65.07%89.8%-
XYZ33.5919.9476.21-
YUV123.9187.32160.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 80 (31.64% from 255) = 16.70%
BLUE value IS 229 (89.84% from 255) = 47.81%
R=35.49%
G=16.70%
B=47.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170802290.260.6500.10276.2474.1360.59
HexAA50E51A410A1144a3d
Octal2521203453210101242411275
Binary10101010101000011100101110101000001010101000101001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50E5; }

 p { color: rgb(170,80,229); }

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

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

 a { background-color: rgb(170,80,229); }

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

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

 span { border-color: rgb(170,80,229); }

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