#AE5BD7

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

Shades of Medium Orchid #AE5BD7

Tints of Medium Orchid #AE5BD7

Color information

#AE5BD7 (or 0xAE5BD7) is unknown color: approx Medium Orchid. HEX triplet: AE, 5B and D7. RGB value is (174,91,215). Sum of RGB (Red+Green+Blue) = 174+91+215=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE5BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BD7 is #51A428. Grayscale: #818181. Windows color (decimal): -5350441 or 14113710. OLE color: 14113710.

HSL color Cylindrical-coordinate representation of color #AE5BD7: hue angle of 280.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE5BD7 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17491215-
CMYK0.190.5800.16
HSL280.16º60.78%60%-
HSV(B)280.16º57.67%84.31%-
XYZ33.4621.3966.65-
YUV129.95176159.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 91 (35.94% from 255) = 18.96%
BLUE value IS 215 (84.38% from 255) = 44.79%
R=36.25%
G=18.96%
B=44.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174912150.190.5800.16280.1660.7860
HexAE5BD7133A0101183d3c
Octal25613332723720204307574
Binary1010111010110111101011110011111010010000100011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BD7; }

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

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

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

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

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

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

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

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