#AAA6DF

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

Shades of Wistful #AAA6DF

Tints of Wistful #AAA6DF

Color information

#AAA6DF (or 0xAAA6DF) is unknown color: approx Wistful. HEX triplet: AA, A6 and DF. RGB value is (170,166,223). Sum of RGB (Red+Green+Blue) = 170+166+223=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6DF is #555920. Grayscale: #ADADAD. Windows color (decimal): -5593377 or 14657194. OLE color: 14657194.

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

Color convert

RGB170166223-
CMYK0.240.2600.13
HSL244.21º47.11%76.27%-
HSV(B)244.21º25.56%87.45%-
XYZ43.5341.1575.46-
YUV173.69155.83125.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=30.41%
G=29.70%
B=39.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701662230.240.2600.13244.2147.1176.27
HexAAA6DF181A0Df42f4c
Octal252246337303201536457114
Binary101010101010011011011111110001101001101111101001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6DF; }

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

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

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

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

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

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

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

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