#AAA4E7

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

Shades of Wistful #AAA4E7

Tints of Wistful #AAA4E7

Color information

#AAA4E7 (or 0xAAA4E7) is unknown color: approx Wistful. HEX triplet: AA, A4 and E7. RGB value is (170,164,231). Sum of RGB (Red+Green+Blue) = 170+164+231=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAA4E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4E7 is #555B18. Grayscale: #ADADAD. Windows color (decimal): -5593881 or 15180970. OLE color: 15180970.

HSL color Cylindrical-coordinate representation of color #AAA4E7: hue angle of 245.37º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA4E7 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170164231-
CMYK0.260.2900.09
HSL245.37º58.26%77.45%-
HSV(B)245.37º29%90.59%-
XYZ44.2840.8781.16-
YUV173.43160.49125.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=30.09%
G=29.03%
B=40.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701642310.260.2900.09245.3758.2677.45
HexAAA4E71A1D09f53a4d
Octal252244347323501136572115
Binary101010101010010011100111110101110101001111101011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4E7; }

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

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

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

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

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

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

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

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