#AEA4ED

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

Shades of Wistful #AEA4ED

Tints of Wistful #AEA4ED

Color information

#AEA4ED (or 0xAEA4ED) is unknown color: approx Wistful. HEX triplet: AE, A4 and ED. RGB value is (174,164,237). Sum of RGB (Red+Green+Blue) = 174+164+237=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEA4ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA4ED is #515B12. Grayscale: #AFAFAF. Windows color (decimal): -5331731 or 15574190. OLE color: 15574190.

HSL color Cylindrical-coordinate representation of color #AEA4ED: hue angle of 248.22º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEA4ED is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174164237-
CMYK0.270.3100.07
HSL248.22º66.97%78.63%-
HSV(B)248.22º30.8%92.94%-
XYZ46.0241.6685.74-
YUV175.31162.81127.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=30.26%
G=28.52%
B=41.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741642370.270.3100.07248.2266.9778.63
HexAEA4ED1B1F07f8434f
Octal256244355333707370103117
Binary101011101010010011101101110111111101111111100010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4ED; }

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

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

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

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

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

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

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

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