#A1A6DD

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

Shades of Wistful #A1A6DD

Tints of Wistful #A1A6DD

Color information

#A1A6DD (or 0xA1A6DD) is unknown color: approx Wistful. HEX triplet: A1, A6 and DD. RGB value is (161,166,221). Sum of RGB (Red+Green+Blue) = 161+166+221=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1A6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A6DD is #5E5922. Grayscale: #AAAAAA. Windows color (decimal): -6183203 or 14526113. OLE color: 14526113.

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

Color convert

RGB161166221-
CMYK0.270.2500.13
HSL235º46.87%74.9%-
HSV(B)235º27.15%86.67%-
XYZ41.3940.0773.96-
YUV170.77156.34121.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=29.38%
G=30.29%
B=40.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611662210.270.2500.1323546.8774.9
HexA1A6DD1B190Deb2f4b
Octal241246335333101535357113
Binary101000011010011011011101110111100101101111010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A6DD; }

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

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

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

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

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

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

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

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