#AAA4E9

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

Shades of Wistful #AAA4E9

Tints of Wistful #AAA4E9

Color information

#AAA4E9 (or 0xAAA4E9) is unknown color: approx Wistful. HEX triplet: AA, A4 and E9. RGB value is (170,164,233). Sum of RGB (Red+Green+Blue) = 170+164+233=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAA4E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4E9 is #555B16. Grayscale: #ADADAD. Windows color (decimal): -5593879 or 15312042. OLE color: 15312042.

HSL color Cylindrical-coordinate representation of color #AAA4E9: hue angle of 245.22º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA4E9 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170164233-
CMYK0.270.3000.09
HSL245.22º61.06%77.84%-
HSV(B)245.22º29.61%91.37%-
XYZ44.5640.9882.65-
YUV173.66161.49125.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=29.98%
G=28.92%
B=41.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701642330.270.3000.09245.2261.0677.84
HexAAA4E91B1E09f53d4e
Octal252244351333601136575116
Binary101010101010010011101001110111111001001111101011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4E9; }

 p { color: rgb(170,164,233); }

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

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

 a { background-color: rgb(170,164,233); }

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

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

 span { border-color: rgb(170,164,233); }

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