#A1A4DF

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

Shades of Wistful #A1A4DF

Tints of Wistful #A1A4DF

Color information

#A1A4DF (or 0xA1A4DF) is unknown color: approx Wistful. HEX triplet: A1, A4 and DF. RGB value is (161,164,223). Sum of RGB (Red+Green+Blue) = 161+164+223=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4DF is #5E5B20. Grayscale: #A9A9A9. Windows color (decimal): -6183713 or 14656673. OLE color: 14656673.

HSL color Cylindrical-coordinate representation of color #A1A4DF: hue angle of 237.1º 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 #A1A4DF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161164223-
CMYK0.280.2600.13
HSL237.1º49.21%75.29%-
HSV(B)237.1º27.8%87.45%-
XYZ41.2939.4675.25-
YUV169.83158.01121.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 164 (64.45% from 255) = 29.93%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=29.38%
G=29.93%
B=40.69%

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
Decimal1611642230.280.2600.13237.149.2175.29
HexA1A4DF1C1A0Ded314b
Octal241244337343201535561113
Binary101000011010010011011111111001101001101111011011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4DF; }

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

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

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

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

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

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

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

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