#a1a6df

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

Shades of Wistful #A1A6DF

Tints of Wistful #A1A6DF

Color information

#A1A6DF (or 0xA1A6DF) is unknown color: approx Wistful. HEX triplet: A1, A6 and DF. RGB value is (161,166,223). Sum of RGB (Red+Green+Blue) = 161+166+223=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1A6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A6DF is #5E5920. Grayscale: #AAAAAA. Windows color (decimal): -6183201 or 14657185. OLE color: 14657185.

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

Color convert

RGB161166223-
CMYK0.280.2600.13
HSL235.16º49.21%75.29%-
HSV(B)235.16º27.8%87.45%-
XYZ41.6540.1875.37-
YUV171157.34120.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.27%
GREEN value IS 166 (65.23% from 255) = 30.18%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=29.27%
G=30.18%
B=40.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611662230.280.2600.13235.1649.2175.29
HexA1A6DF1C1A0Deb314b
Octal241246337343201535361113
Binary101000011010011011011111111001101001101111010111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1a6df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1a6df; }

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

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

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

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

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

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

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

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