#AE50E7

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

Shades of Medium Orchid #AE50E7

Tints of Medium Orchid #AE50E7

Color information

#AE50E7 (or 0xAE50E7) is unknown color: approx Medium Orchid. HEX triplet: AE, 50 and E7. RGB value is (174,80,231). Sum of RGB (Red+Green+Blue) = 174+80+231=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE50E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE50E7 is #51AF18. Grayscale: #7C7C7C. Windows color (decimal): -5353241 or 15159470. OLE color: 15159470.

HSL color Cylindrical-coordinate representation of color #AE50E7: hue angle of 277.35º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE50E7 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17480231-
CMYK0.250.6500.09
HSL277.35º75.88%60.98%-
HSV(B)277.35º65.37%90.59%-
XYZ34.7520.5177.73-
YUV125.32187.64162.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 80 (31.64% from 255) = 16.49%
BLUE value IS 231 (90.62% from 255) = 47.63%
R=35.88%
G=16.49%
B=47.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174802310.250.6500.09277.3575.8860.98
HexAE50E71941091154c3d
Octal2561203473110101142511475
Binary10101110101000011100111110011000001010011000101011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE50E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE50E7; }

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

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

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

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

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

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

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

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