#AEA9C4

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

Shades of Wistful #AEA9C4

Tints of Wistful #AEA9C4

Color information

#AEA9C4 (or 0xAEA9C4) is unknown color: approx Wistful. HEX triplet: AE, A9 and C4. RGB value is (174,169,196). Sum of RGB (Red+Green+Blue) = 174+169+196=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEA9C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9C4 is #51563B. Grayscale: #ADADAD. Windows color (decimal): -5330492 or 12888494. OLE color: 12888494.

HSL color Cylindrical-coordinate representation of color #AEA9C4: hue angle of 251.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEA9C4 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174169196-
CMYK0.110.1400.23
HSL251.11º18.62%71.57%-
HSV(B)251.11º13.78%76.86%-
XYZ41.6141.3658.01-
YUV173.57140.66128.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=32.28%
G=31.35%
B=36.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741691960.110.1400.23251.1118.6271.57
HexAEA9C4BE017fb1348
Octal256251304131602737323110
Binary1010111010101001110001001011111001011111111011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9C4; }

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

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

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

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

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

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

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

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