#AEA5EC

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

Shades of Wistful #AEA5EC

Tints of Wistful #AEA5EC

Color information

#AEA5EC (or 0xAEA5EC) is unknown color: approx Wistful. HEX triplet: AE, A5 and EC. RGB value is (174,165,236). Sum of RGB (Red+Green+Blue) = 174+165+236=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEA5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA5EC is #515A13. Grayscale: #AFAFAF. Windows color (decimal): -5331476 or 15508910. OLE color: 15508910.

HSL color Cylindrical-coordinate representation of color #AEA5EC: hue angle of 247.61º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA5EC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174165236-
CMYK0.260.3000.07
HSL247.61º65.14%78.63%-
HSV(B)247.61º30.08%92.55%-
XYZ46.0541.9785.03-
YUV175.78161.98126.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 165 (64.84% from 255) = 28.70%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=30.26%
G=28.70%
B=41.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741652360.260.3000.07247.6165.1478.63
HexAEA5EC1A1E07f8414f
Octal256245354323607370101117
Binary101011101010010111101100110101111001111111100010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5EC; }

 p { color: rgb(174,165,236); }

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

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

 a { background-color: rgb(174,165,236); }

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

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

 span { border-color: rgb(174,165,236); }

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