#AEA5EA

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

Shades of Wistful #AEA5EA

Tints of Wistful #AEA5EA

Color information

#AEA5EA (or 0xAEA5EA) is unknown color: approx Wistful. HEX triplet: AE, A5 and EA. RGB value is (174,165,234). Sum of RGB (Red+Green+Blue) = 174+165+234=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA5EA is #515A15. Grayscale: #AFAFAF. Windows color (decimal): -5331478 or 15377838. OLE color: 15377838.

HSL color Cylindrical-coordinate representation of color #AEA5EA: hue angle of 247.83º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA5EA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174165234-
CMYK0.260.2900.08
HSL247.83º62.16%78.24%-
HSV(B)247.83º29.49%91.76%-
XYZ45.7641.8583.51-
YUV175.56160.98126.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 165 (64.84% from 255) = 28.80%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=30.37%
G=28.80%
B=40.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741652340.260.2900.08247.8362.1678.24
HexAEA5EA1A1D08f83e4e
Octal256245352323501037076116
Binary101011101010010111101010110101110101000111110001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5EA; }

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

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

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

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

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

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

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

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