#AE5DF1

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

Shades of Medium Orchid #AE5DF1

Tints of Medium Orchid #AE5DF1

Color information

#AE5DF1 (or 0xAE5DF1) is unknown color: approx Medium Orchid. HEX triplet: AE, 5D and F1. RGB value is (174,93,241). Sum of RGB (Red+Green+Blue) = 174+93+241=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE5DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5DF1 is #51A20E. Grayscale: #858585. Windows color (decimal): -5349903 or 15818158. OLE color: 15818158.

HSL color Cylindrical-coordinate representation of color #AE5DF1: hue angle of 272.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE5DF1 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17493241-
CMYK0.280.6100.05
HSL272.84º84.09%65.49%-
HSV(B)272.84º61.41%94.51%-
XYZ37.2523.1885.73-
YUV134.09188.34156.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 93 (36.72% from 255) = 18.31%
BLUE value IS 241 (94.53% from 255) = 47.44%
R=34.25%
G=18.31%
B=47.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal174932410.280.6100.05272.8484.0965.49
HexAE5DF11C3D051115441
Octal256135361347505421124101
Binary1010111010111011111000111100111101010110001000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DF1; }

 p { color: rgb(174,93,241); }

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

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

 a { background-color: rgb(174,93,241); }

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

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

 span { border-color: rgb(174,93,241); }

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