#A1A3DA

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

Shades of Wistful #A1A3DA

Tints of Wistful #A1A3DA

Color information

#A1A3DA (or 0xA1A3DA) is unknown color: approx Wistful. HEX triplet: A1, A3 and DA. RGB value is (161,163,218). Sum of RGB (Red+Green+Blue) = 161+163+218=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A3DA is #5E5C25. Grayscale: #A8A8A8. Windows color (decimal): -6183974 or 14328737. OLE color: 14328737.

HSL color Cylindrical-coordinate representation of color #A1A3DA: hue angle of 237.89º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1A3DA is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161163218-
CMYK0.260.2500.15
HSL237.89º43.51%74.31%-
HSV(B)237.89º26.15%85.49%-
XYZ40.4538.8371.69-
YUV168.67155.84122.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 163 (64.06% from 255) = 30.07%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=29.70%
G=30.07%
B=40.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611632180.260.2500.15237.8943.5174.31
HexA1A3DA1A190Fee2c4a
Octal241243332323101735654112
Binary101000011010001111011010110101100101111111011101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A3DA; }

 p { color: rgb(161,163,218); }

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

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

 a { background-color: rgb(161,163,218); }

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

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

 span { border-color: rgb(161,163,218); }

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