#AE5CC6

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

Shades of Medium Orchid #AE5CC6

Tints of Medium Orchid #AE5CC6

Color information

#AE5CC6 (or 0xAE5CC6) is unknown color: approx Medium Orchid. HEX triplet: AE, 5C and C6. RGB value is (174,92,198). Sum of RGB (Red+Green+Blue) = 174+92+198=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE5CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CC6 is #51A339. Grayscale: #808080. Windows color (decimal): -5350202 or 12999854. OLE color: 12999854.

HSL color Cylindrical-coordinate representation of color #AE5CC6: hue angle of 286.42º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5CC6 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17492198-
CMYK0.120.5400.22
HSL286.42º48.18%56.86%-
HSV(B)286.42º53.54%77.65%-
XYZ31.4820.7355.77-
YUV128.6167.17160.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 92 (36.33% from 255) = 19.83%
BLUE value IS 198 (77.73% from 255) = 42.67%
R=37.5%
G=19.83%
B=42.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174921980.120.5400.22286.4248.1856.86
HexAE5CC6C3601611e3039
Octal25613430614660264366071
Binary101011101011100110001101100110110010110100011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CC6; }

 p { color: rgb(174,92,198); }

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

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

 a { background-color: rgb(174,92,198); }

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

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

 span { border-color: rgb(174,92,198); }

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