#AEA6E9

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

Shades of Wistful #AEA6E9

Tints of Wistful #AEA6E9

Color information

#AEA6E9 (or 0xAEA6E9) is unknown color: approx Wistful. HEX triplet: AE, A6 and E9. RGB value is (174,166,233). Sum of RGB (Red+Green+Blue) = 174+166+233=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEA6E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6E9 is #515916. Grayscale: #AFAFAF. Windows color (decimal): -5331223 or 15312558. OLE color: 15312558.

HSL color Cylindrical-coordinate representation of color #AEA6E9: hue angle of 247.16º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA6E9 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174166233-
CMYK0.250.2900.09
HSL247.16º60.36%78.24%-
HSV(B)247.16º28.76%91.37%-
XYZ45.842.1582.81-
YUV176.03160.15126.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 233 (91.41% from 255) = 40.66%
R=30.37%
G=28.97%
B=40.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741662330.250.2900.09247.1660.3678.24
HexAEA6E9191D09f73c4e
Octal256246351313501136774116
Binary101011101010011011101001110011110101001111101111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6E9; }

 p { color: rgb(174,166,233); }

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

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

 a { background-color: rgb(174,166,233); }

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

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

 span { border-color: rgb(174,166,233); }

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