#AEA4EB

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

Shades of Wistful #AEA4EB

Tints of Wistful #AEA4EB

Color information

#AEA4EB (or 0xAEA4EB) is unknown color: approx Wistful. HEX triplet: AE, A4 and EB. RGB value is (174,164,235). Sum of RGB (Red+Green+Blue) = 174+164+235=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEA4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA4EB is #515B14. Grayscale: #AEAEAE. Windows color (decimal): -5331733 or 15443118. OLE color: 15443118.

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

Color convert

RGB174164235-
CMYK0.260.3000.08
HSL248.45º63.96%78.24%-
HSV(B)248.45º30.21%92.16%-
XYZ45.7341.5584.21-
YUV175.08161.81127.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=30.37%
G=28.62%
B=41.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741642350.260.3000.08248.4563.9678.24
HexAEA4EB1A1E08f8404e
Octal2562443533236010370100116
Binary1010111010100100111010111101011110010001111100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4EB; }

 p { color: rgb(174,164,235); }

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

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

 a { background-color: rgb(174,164,235); }

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

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

 span { border-color: rgb(174,164,235); }

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