#AAA5EA

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

Shades of Wistful #AAA5EA

Tints of Wistful #AAA5EA

Color information

#AAA5EA (or 0xAAA5EA) is unknown color: approx Wistful. HEX triplet: AA, A5 and EA. RGB value is (170,165,234). Sum of RGB (Red+Green+Blue) = 170+165+234=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA5EA is #555A15. Grayscale: #AEAEAE. Windows color (decimal): -5593622 or 15377834. OLE color: 15377834.

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

Color convert

RGB170165234-
CMYK0.270.2900.08
HSL244.35º62.16%78.24%-
HSV(B)244.35º29.49%91.76%-
XYZ44.8841.483.47-
YUV174.36161.66124.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=29.88%
G=29.00%
B=41.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701652340.270.2900.08244.3562.1678.24
HexAAA5EA1B1D08f43e4e
Octal252245352333501036476116
Binary101010101010010111101010110111110101000111101001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5EA; }

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

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

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

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

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

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

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

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