#ae49df

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

Shades of Medium Orchid #AE49DF

Tints of Medium Orchid #AE49DF

Color information

#AE49DF (or 0xAE49DF) is unknown color: approx Medium Orchid. HEX triplet: AE, 49 and DF. RGB value is (174,73,223). Sum of RGB (Red+Green+Blue) = 174+73+223=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE49DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49DF is #51B620. Grayscale: #777777. Windows color (decimal): -5355041 or 14633390. OLE color: 14633390.

HSL color Cylindrical-coordinate representation of color #AE49DF: hue angle of 280.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE49DF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17473223-
CMYK0.220.6700.13
HSL280.4º70.09%58.04%-
HSV(B)280.4º67.26%87.45%-
XYZ33.1619.0971.75-
YUV120.3185.96166.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 73 (28.91% from 255) = 15.53%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=37.02%
G=15.53%
B=47.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174732230.220.6700.13280.470.0958.04
HexAE49DF16430D118463a
Octal2561113372610301543010672
Binary10101110100100111011111101101000011011011000110001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae49df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae49df; }

 p { color: rgb(174,73,223); }

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

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

 a { background-color: rgb(174,73,223); }

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

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

 span { border-color: rgb(174,73,223); }

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