#AA50EE

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

Shades of Medium Orchid #AA50EE

Tints of Medium Orchid #AA50EE

Color information

#AA50EE (or 0xAA50EE) is unknown color: approx Medium Orchid. HEX triplet: AA, 50 and EE. RGB value is (170,80,238). Sum of RGB (Red+Green+Blue) = 170+80+238=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA50EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50EE is #55AF11. Grayscale: #7C7C7C. Windows color (decimal): -5615378 or 15618218. OLE color: 15618218.

HSL color Cylindrical-coordinate representation of color #AA50EE: hue angle of 274.18º degrees, saturation: 0.82, 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 #AA50EE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17080238-
CMYK0.290.6600.07
HSL274.18º82.29%62.35%-
HSV(B)274.18º66.39%93.33%-
XYZ34.8820.4683-
YUV124.92191.82160.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 80 (31.64% from 255) = 16.39%
BLUE value IS 238 (93.36% from 255) = 48.77%
R=34.84%
G=16.39%
B=48.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170802380.290.6600.07274.1882.2962.35
HexAA50EE1D4207112523e
Octal252120356351020742212276
Binary1010101010100001110111011101100001001111000100101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50EE; }

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

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

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

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

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

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

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

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