#AE5DF0

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

Shades of Medium Orchid #AE5DF0

Tints of Medium Orchid #AE5DF0

Color information

#AE5DF0 (or 0xAE5DF0) is unknown color: approx Medium Orchid. HEX triplet: AE, 5D and F0. RGB value is (174,93,240). Sum of RGB (Red+Green+Blue) = 174+93+240=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE5DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5DF0 is #51A20F. Grayscale: #858585. Windows color (decimal): -5349904 or 15752622. OLE color: 15752622.

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

Color convert

RGB17493240-
CMYK0.280.6100.06
HSL273.06º83.05%65.29%-
HSV(B)273.06º61.25%94.12%-
XYZ37.123.1284.95-
YUV133.98187.84156.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 93 (36.72% from 255) = 18.34%
BLUE value IS 240 (94.14% from 255) = 47.34%
R=34.32%
G=18.34%
B=47.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal174932400.280.6100.06273.0683.0565.29
HexAE5DF01C3D061115341
Octal256135360347506421123101
Binary1010111010111011111000011100111101011010001000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DF0; }

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

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

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

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

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

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

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

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