#AE50E4

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

Shades of Medium Orchid #AE50E4

Tints of Medium Orchid #AE50E4

Color information

#AE50E4 (or 0xAE50E4) is unknown color: approx Medium Orchid. HEX triplet: AE, 50 and E4. RGB value is (174,80,228). Sum of RGB (Red+Green+Blue) = 174+80+228=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE50E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50E4 is #51AF1B. Grayscale: #7C7C7C. Windows color (decimal): -5353244 or 14962862. OLE color: 14962862.

HSL color Cylindrical-coordinate representation of color #AE50E4: hue angle of 278.11º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE50E4 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17480228-
CMYK0.240.6500.11
HSL278.11º73.27%60.39%-
HSV(B)278.11º64.91%89.41%-
XYZ34.3320.3475.52-
YUV124.98186.14162.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 80 (31.64% from 255) = 16.60%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=36.10%
G=16.60%
B=47.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174802280.240.6500.11278.1173.2760.39
HexAE50E418410B116493c
Octal2561203443010101342611174
Binary10101110101000011100100110001000001010111000101101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE50E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE50E4; }

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

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

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

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

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

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

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

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