#AE50EE

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

Shades of Medium Orchid #AE50EE

Tints of Medium Orchid #AE50EE

Color information

#AE50EE (or 0xAE50EE) is unknown color: approx Medium Orchid. HEX triplet: AE, 50 and EE. RGB value is (174,80,238). Sum of RGB (Red+Green+Blue) = 174+80+238=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE50EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE50EE is #51AF11. Grayscale: #7D7D7D. Windows color (decimal): -5353234 or 15618222. OLE color: 15618222.

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

Color convert

RGB17480238-
CMYK0.270.6600.07
HSL275.7º82.29%62.35%-
HSV(B)275.7º66.39%93.33%-
XYZ35.7620.9183.04-
YUV126.12191.14162.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 80 (31.64% from 255) = 16.26%
BLUE value IS 238 (93.36% from 255) = 48.37%
R=35.37%
G=16.26%
B=48.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174802380.270.6600.07275.782.2962.35
HexAE50EE1B4207114523e
Octal256120356331020742412276
Binary1010111010100001110111011011100001001111000101001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE50EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE50EE; }

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

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

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

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

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

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

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

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