#AAA5E9

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

Shades of Wistful #AAA5E9

Tints of Wistful #AAA5E9

Color information

#AAA5E9 (or 0xAAA5E9) is unknown color: approx Wistful. HEX triplet: AA, A5 and E9. RGB value is (170,165,233). Sum of RGB (Red+Green+Blue) = 170+165+233=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAA5E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA5E9 is #555A16. Grayscale: #ADADAD. Windows color (decimal): -5593623 or 15312298. OLE color: 15312298.

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

Color convert

RGB170165233-
CMYK0.270.2900.09
HSL244.41º60.71%78.04%-
HSV(B)244.41º29.18%91.37%-
XYZ44.7441.3482.71-
YUV174.25161.16124.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 165 (64.84% from 255) = 29.05%
BLUE value IS 233 (91.41% from 255) = 41.02%
R=29.93%
G=29.05%
B=41.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701652330.270.2900.09244.4160.7178.04
HexAAA5E91B1D09f43d4e
Octal252245351333501136475116
Binary101010101010010111101001110111110101001111101001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5E9; }

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

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

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

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

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

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

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

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