#AEA4E0

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

Shades of Wistful #AEA4E0

Tints of Wistful #AEA4E0

Color information

#AEA4E0 (or 0xAEA4E0) is unknown color: approx Wistful. HEX triplet: AE, A4 and E0. RGB value is (174,164,224). Sum of RGB (Red+Green+Blue) = 174+164+224=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEA4E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4E0 is #515B1F. Grayscale: #ADADAD. Windows color (decimal): -5331744 or 14722222. OLE color: 14722222.

HSL color Cylindrical-coordinate representation of color #AEA4E0: hue angle of 250º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA4E0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174164224-
CMYK0.220.2700.12
HSL250º49.18%76.08%-
HSV(B)250º26.79%87.84%-
XYZ44.1940.9376.09-
YUV173.83156.31128.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=30.96%
G=29.18%
B=39.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741642240.220.2700.1225049.1876.08
HexAEA4E0161B0Cfa314c
Octal256244340263301437261114
Binary101011101010010011100000101101101101100111110101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4E0; }

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

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

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

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

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

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

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

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