#AA50ED

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

Shades of Medium Orchid #AA50ED

Tints of Medium Orchid #AA50ED

Color information

#AA50ED (or 0xAA50ED) is unknown color: approx Medium Orchid. HEX triplet: AA, 50 and ED. RGB value is (170,80,237). Sum of RGB (Red+Green+Blue) = 170+80+237=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50ED is #55AF12. Grayscale: #7C7C7C. Windows color (decimal): -5615379 or 15552682. OLE color: 15552682.

HSL color Cylindrical-coordinate representation of color #AA50ED: hue angle of 274.39º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA50ED is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17080237-
CMYK0.280.6600.07
HSL274.39º81.35%62.16%-
HSV(B)274.39º66.24%92.94%-
XYZ34.7320.482.23-
YUV124.81191.32160.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 80 (31.64% from 255) = 16.43%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=34.91%
G=16.43%
B=48.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170802370.280.6600.07274.3981.3562.16
HexAA50ED1C4207112513e
Octal252120355341020742212176
Binary1010101010100001110110111100100001001111000100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50ED; }

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

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

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

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

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

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

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

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