#AE49EB

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

Shades of Medium Orchid #AE49EB

Tints of Medium Orchid #AE49EB

Color information

#AE49EB (or 0xAE49EB) is unknown color: approx Medium Orchid. HEX triplet: AE, 49 and EB. RGB value is (174,73,235). Sum of RGB (Red+Green+Blue) = 174+73+235=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE49EB is #51B614. Grayscale: #797979. Windows color (decimal): -5355029 or 15419822. OLE color: 15419822.

HSL color Cylindrical-coordinate representation of color #AE49EB: hue angle of 277.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE49EB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17473235-
CMYK0.260.6900.08
HSL277.41º80.2%60.39%-
HSV(B)277.41º68.94%92.16%-
XYZ34.8319.7680.58-
YUV121.67191.96165.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 73 (28.91% from 255) = 15.15%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=36.10%
G=15.15%
B=48.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174732350.260.6900.08277.4180.260.39
HexAE49EB1A4508115503c
Octal2561113533210501042512074
Binary10101110100100111101011110101000101010001000101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE49EB; }

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

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

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

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

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

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

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

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