#AAA6E7

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

Shades of Wistful #AAA6E7

Tints of Wistful #AAA6E7

Color information

#AAA6E7 (or 0xAAA6E7) is unknown color: approx Wistful. HEX triplet: AA, A6 and E7. RGB value is (170,166,231). Sum of RGB (Red+Green+Blue) = 170+166+231=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAA6E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6E7 is #555918. Grayscale: #AEAEAE. Windows color (decimal): -5593369 or 15181482. OLE color: 15181482.

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

Color convert

RGB170166231-
CMYK0.260.2800.09
HSL243.69º57.52%77.84%-
HSV(B)243.69º28.14%90.59%-
XYZ44.6441.5981.28-
YUV174.61159.83124.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 231 (90.62% from 255) = 40.74%
R=29.98%
G=29.28%
B=40.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701662310.260.2800.09243.6957.5277.84
HexAAA6E71A1C09f43a4e
Octal252246347323401136472116
Binary101010101010011011100111110101110001001111101001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6E7; }

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

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

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

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

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

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

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

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