#AEA5EB

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

Shades of Wistful #AEA5EB

Tints of Wistful #AEA5EB

Color information

#AEA5EB (or 0xAEA5EB) is unknown color: approx Wistful. HEX triplet: AE, A5 and EB. RGB value is (174,165,235). Sum of RGB (Red+Green+Blue) = 174+165+235=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEA5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA5EB is #515A14. Grayscale: #AFAFAF. Windows color (decimal): -5331477 or 15443374. OLE color: 15443374.

HSL color Cylindrical-coordinate representation of color #AEA5EB: hue angle of 247.71º 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 #AEA5EB is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174165235-
CMYK0.260.3000.08
HSL247.71º63.64%78.43%-
HSV(B)247.71º29.79%92.16%-
XYZ45.9141.9184.27-
YUV175.67161.48126.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 165 (64.84% from 255) = 28.75%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=30.31%
G=28.75%
B=40.94%

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
Decimal1741652350.260.3000.08247.7163.6478.43
HexAEA5EB1A1E08f8404e
Octal2562453533236010370100116
Binary1010111010100101111010111101011110010001111100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5EB; }

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

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

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

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

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

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

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

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