#AAA6DE

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

Shades of Wistful #AAA6DE

Tints of Wistful #AAA6DE

Color information

#AAA6DE (or 0xAAA6DE) is unknown color: approx Wistful. HEX triplet: AA, A6 and DE. RGB value is (170,166,222). Sum of RGB (Red+Green+Blue) = 170+166+222=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6DE is #555921. Grayscale: #ADADAD. Windows color (decimal): -5593378 or 14591658. OLE color: 14591658.

HSL color Cylindrical-coordinate representation of color #AAA6DE: hue angle of 244.29º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA6DE is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170166222-
CMYK0.230.2500.13
HSL244.29º45.9%76.08%-
HSV(B)244.29º25.23%87.06%-
XYZ43.441.0974.75-
YUV173.58155.33125.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=30.47%
G=29.75%
B=39.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701662220.230.2500.13244.2945.976.08
HexAAA6DE17190Df42e4c
Octal252246336273101536456114
Binary101010101010011011011110101111100101101111101001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6DE; }

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

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

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

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

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

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

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

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