#AE5BC3

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

Shades of Medium Orchid #AE5BC3

Tints of Medium Orchid #AE5BC3

Color information

#AE5BC3 (or 0xAE5BC3) is unknown color: approx Medium Orchid. HEX triplet: AE, 5B and C3. RGB value is (174,91,195). Sum of RGB (Red+Green+Blue) = 174+91+195=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE5BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BC3 is #51A43C. Grayscale: #7F7F7F. Windows color (decimal): -5350461 or 12802990. OLE color: 12802990.

HSL color Cylindrical-coordinate representation of color #AE5BC3: hue angle of 287.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5BC3 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17491195-
CMYK0.110.5300.24
HSL287.88º46.43%56.08%-
HSV(B)287.88º53.33%76.47%-
XYZ31.0520.4253.94-
YUV127.67166161.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 195 (76.56% from 255) = 42.39%
R=37.83%
G=19.78%
B=42.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174911950.110.5300.24287.8846.4356.08
HexAE5BC3B350181202e38
Octal25613330313650304405670
Binary101011101011011110000111011110101011000100100000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BC3; }

 p { color: rgb(174,91,195); }

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

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

 a { background-color: rgb(174,91,195); }

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

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

 span { border-color: rgb(174,91,195); }

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