#AE55DE

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

Shades of Medium Orchid #AE55DE

Tints of Medium Orchid #AE55DE

Color information

#AE55DE (or 0xAE55DE) is unknown color: approx Medium Orchid. HEX triplet: AE, 55 and DE. RGB value is (174,85,222). Sum of RGB (Red+Green+Blue) = 174+85+222=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE55DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55DE is #51AA21. Grayscale: #7E7E7E. Windows color (decimal): -5351970 or 14570926. OLE color: 14570926.

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

Color convert

RGB17485222-
CMYK0.220.6200.13
HSL278.98º67.49%60.2%-
HSV(B)278.98º61.71%87.06%-
XYZ33.8920.7771.33-
YUV127.23181.49161.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 85 (33.59% from 255) = 17.67%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=36.17%
G=17.67%
B=46.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174852220.220.6200.13278.9867.4960.2
HexAE55DE163E0D117433c
Octal256125336267601542710374
Binary1010111010101011101111010110111110011011000101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE55DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE55DE; }

 p { color: rgb(174,85,222); }

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

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

 a { background-color: rgb(174,85,222); }

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

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

 span { border-color: rgb(174,85,222); }

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