#AEA9DD

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

Shades of Wistful #AEA9DD

Tints of Wistful #AEA9DD

Color information

#AEA9DD (or 0xAEA9DD) is unknown color: approx Wistful. HEX triplet: AE, A9 and DD. RGB value is (174,169,221). Sum of RGB (Red+Green+Blue) = 174+169+221=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9DD is #515622. Grayscale: #B0B0B0. Windows color (decimal): -5330467 or 14526894. OLE color: 14526894.

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

Color convert

RGB174169221-
CMYK0.210.2400.13
HSL245.77º43.33%76.47%-
HSV(B)245.77º23.53%86.67%-
XYZ44.6942.674.27-
YUV176.42153.16126.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=30.85%
G=29.96%
B=39.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741692210.210.2400.13245.7743.3376.47
HexAEA9DD15180Df62b4c
Octal256251335253001536653114
Binary101011101010100111011101101011100001101111101101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9DD; }

 p { color: rgb(174,169,221); }

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

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

 a { background-color: rgb(174,169,221); }

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

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

 span { border-color: rgb(174,169,221); }

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