#AEA5DF

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

Shades of Wistful #AEA5DF

Tints of Wistful #AEA5DF

Color information

#AEA5DF (or 0xAEA5DF) is unknown color: approx Wistful. HEX triplet: AE, A5 and DF. RGB value is (174,165,223). Sum of RGB (Red+Green+Blue) = 174+165+223=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEA5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5DF is #515A20. Grayscale: #AEAEAE. Windows color (decimal): -5331489 or 14656942. OLE color: 14656942.

HSL color Cylindrical-coordinate representation of color #AEA5DF: hue angle of 249.31º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEA5DF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174165223-
CMYK0.220.2600.13
HSL249.31º47.54%76.08%-
HSV(B)249.31º26.01%87.45%-
XYZ44.2341.2475.44-
YUV174.3155.48127.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 165 (64.84% from 255) = 29.36%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=30.96%
G=29.36%
B=39.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741652230.220.2600.13249.3147.5476.08
HexAEA5DF161A0Df9304c
Octal256245337263201537160114
Binary101011101010010111011111101101101001101111110011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5DF; }

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

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

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

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

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

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

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

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