#AEA4E6

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

Shades of Wistful #AEA4E6

Tints of Wistful #AEA4E6

Color information

#AEA4E6 (or 0xAEA4E6) is unknown color: approx Wistful. HEX triplet: AE, A4 and E6. RGB value is (174,164,230). Sum of RGB (Red+Green+Blue) = 174+164+230=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEA4E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA4E6 is #515B19. Grayscale: #AEAEAE. Windows color (decimal): -5331738 or 15115438. OLE color: 15115438.

HSL color Cylindrical-coordinate representation of color #AEA4E6: hue angle of 249.09º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA4E6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174164230-
CMYK0.240.2900.10
HSL249.09º56.9%77.25%-
HSV(B)249.09º28.7%90.2%-
XYZ45.0141.2680.45-
YUV174.51159.31127.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 164 (64.45% from 255) = 28.87%
BLUE value IS 230 (90.23% from 255) = 40.49%
R=30.63%
G=28.87%
B=40.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741642300.240.2900.10249.0956.977.25
HexAEA4E6181D0Af9394d
Octal256244346303501237171115
Binary101011101010010011100110110001110101010111110011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4E6; }

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

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

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

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

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

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

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

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